Pārlūkot izejas kodu

Added DebugNew.h include to Scene.

Lasse Öörni 13 gadi atpakaļ
vecāks
revīzija
5570d120a1
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2 0
      Engine/Scene/Scene.cpp

+ 2 - 0
Engine/Scene/Scene.cpp

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