mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 08:04:40 +00:00
Attempting to fix tabs and space (again)
This commit is contained in:
parent
b31e0ad2da
commit
9c69cd32e8
2 changed files with 2 additions and 2 deletions
|
|
@ -611,7 +611,7 @@ void Profiler::dump()
|
||||||
|
|
||||||
|
|
||||||
if (mDumpToConsole == true)
|
if (mDumpToConsole == true)
|
||||||
{
|
{
|
||||||
Con::printf("Profiler Data Dump:");
|
Con::printf("Profiler Data Dump:");
|
||||||
Con::printf("Ordered by non-sub total time -");
|
Con::printf("Ordered by non-sub total time -");
|
||||||
Con::printf("%%NSTime %% Time Invoke # Name");
|
Con::printf("%%NSTime %% Time Invoke # Name");
|
||||||
|
|
|
||||||
|
|
@ -999,7 +999,7 @@ ConsoleFunction(testHasSubdir,void,2,2,"tests platform::hasSubDirectory") {
|
||||||
Con::printf(" has subdir");
|
Con::printf(" has subdir");
|
||||||
else
|
else
|
||||||
Con::printf(" does not have subdir");
|
Con::printf(" does not have subdir");
|
||||||
}
|
}
|
||||||
|
|
||||||
ConsoleFunction(testDumpDirectories,void,4,4,"testDumpDirectories('path', int depth, bool noBasePath)") {
|
ConsoleFunction(testDumpDirectories,void,4,4,"testDumpDirectories('path', int depth, bool noBasePath)") {
|
||||||
Vector<StringTableEntry> paths;
|
Vector<StringTableEntry> paths;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue