Browse Source

Added DebugNew.h include to Scene.

Lasse Öörni 13 years ago
parent
commit
5570d120a1
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Engine/Scene/Scene.cpp

+ 2 - 0
Engine/Scene/Scene.cpp

@@ -36,6 +36,8 @@
 #include "WorkQueue.h"
 #include "WorkQueue.h"
 #include "XMLFile.h"
 #include "XMLFile.h"
 
 
+#include "DebugNew.h"
+
 static const int ASYNC_LOAD_MIN_FPS = 30;
 static const int ASYNC_LOAD_MIN_FPS = 30;
 static const int ASYNC_LOAD_MAX_MSEC = (int)(1000.0f / ASYNC_LOAD_MIN_FPS);
 static const int ASYNC_LOAD_MAX_MSEC = (int)(1000.0f / ASYNC_LOAD_MIN_FPS);
 static const float DEFAULT_SMOOTHING_CONSTANT = 50.0f;
 static const float DEFAULT_SMOOTHING_CONSTANT = 50.0f;