浏览代码

Capitalisation, which actually doesn't matter.

Daniel Buckmaster 11 年之前
父节点
当前提交
ad0899ae27
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Engine/source/testing/unitTesting.cpp

+ 1 - 1
Engine/source/testing/unitTesting.cpp

@@ -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 );
    }