mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 11:43:49 +00:00
Merge branch 'Preview4_0' into feature-vfs-security
This commit is contained in:
commit
161ffc62fe
3013 changed files with 348715 additions and 182470 deletions
|
|
@ -904,10 +904,6 @@ S32 MountSystem::findByPattern( const Path &inBasePath, const String &inFilePatt
|
|||
|
||||
while ( dir->read( &attrs ) )
|
||||
{
|
||||
// skip hidden files
|
||||
if ( attrs.name.c_str()[0] == '.' )
|
||||
continue;
|
||||
|
||||
String name( attrs.name );
|
||||
|
||||
if ( (attrs.flags & FileNode::Directory) && inRecursive )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue