mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 09:04:38 +00:00
but now it works
This commit is contained in:
parent
a4c51b825c
commit
6a1048596e
1 changed files with 1 additions and 1 deletions
|
|
@ -994,7 +994,7 @@ bool Platform::fileTimeToString(FileTime * time, char * string, U32 strLen) { re
|
||||||
#if defined(TORQUE_DEBUG)
|
#if defined(TORQUE_DEBUG)
|
||||||
ConsoleFunction(testHasSubdir,void,2,2,"tests platform::hasSubDirectory") {
|
ConsoleFunction(testHasSubdir,void,2,2,"tests platform::hasSubDirectory") {
|
||||||
Con::printf("testing %s",(const char*)argv[1]);
|
Con::printf("testing %s",(const char*)argv[1]);
|
||||||
Platform::addExcludedDirectory(".svn");
|
Platform::addExcludedDirectory(".svn");
|
||||||
if(Platform::hasSubDirectory(argv[1]))
|
if(Platform::hasSubDirectory(argv[1]))
|
||||||
Con::printf(" has subdir");
|
Con::printf(" has subdir");
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue