فهرست منبع

Added DebugNew.h include to Scene.

Lasse Öörni 13 سال پیش
والد
کامیت
5570d120a1
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  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;