mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 11:43:49 +00:00
Capitalisation, which actually doesn't matter.
This commit is contained in:
parent
369cb2f694
commit
ad0899ae27
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ DefineConsoleFunction( runAllUnitTests, int, (),,
|
|||
// Release the default listener.
|
||||
delete listeners.Release( listeners.default_result_printer() );
|
||||
|
||||
if ( Con::getBoolVariable( "$testing::checkMemoryLeaks", false ) ) {
|
||||
if ( Con::getBoolVariable( "$Testing::CheckMemoryLeaks", false ) ) {
|
||||
// Add the memory leak tester.
|
||||
listeners.Append( new testing::MemoryLeakDetector );
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue