mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
undo spurious changes used to trigger dirty for tabs and spaces
This commit is contained in:
parent
9c69cd32e8
commit
e554fc7f93
File diff suppressed because it is too large
Load diff
|
|
@ -999,7 +999,7 @@ ConsoleFunction(testHasSubdir,void,2,2,"tests platform::hasSubDirectory") {
|
|||
Con::printf(" has subdir");
|
||||
else
|
||||
Con::printf(" does not have subdir");
|
||||
}
|
||||
}
|
||||
|
||||
ConsoleFunction(testDumpDirectories,void,4,4,"testDumpDirectories('path', int depth, bool noBasePath)") {
|
||||
Vector<StringTableEntry> paths;
|
||||
|
|
|
|||
Loading…
Reference in a new issue