Browse Source

Update gui3DProjectionCtrl.cpp

Corrected file capitalizations for linux
Areloch 6 years ago
parent
commit
e1a1fd52dc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Engine/source/gui/controls/gui3DProjectionCtrl.cpp

+ 2 - 2
Engine/source/gui/controls/gui3DProjectionCtrl.cpp

@@ -43,9 +43,9 @@
   
 #include "console/console.h"  
 #include "console/consoleTypes.h"  
-#include "scene/SceneObject.h"  
+#include "scene/sceneObject.h"  
 #include "T3D/player.h"  
-#include "gui/controls/Gui3DProjectionCtrl.h"  
+#include "gui/controls/gui3DProjectionCtrl.h"  
   
 IMPLEMENT_CONOBJECT(Gui3DProjectionCtrl);