Browse Source

Corrected the lettercase to fix GCC compile.

Wei Tjong Yao 12 years ago
parent
commit
aee4fa62dd
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Extras/LuaScript/SceneLuaAPI.h

+ 2 - 2
Extras/LuaScript/SceneLuaAPI.h

@@ -23,7 +23,7 @@
 #pragma once
 
 #include "Context.h"
-#include "scene.h"
+#include "Scene.h"
 
 namespace Urho3D
 {
@@ -31,4 +31,4 @@ namespace Urho3D
     {
         return 0;
     }
-}
+}