Explorar o código

Corrected the lettercase to fix GCC compile.

Wei Tjong Yao %!s(int64=12) %!d(string=hai) anos
pai
achega
aee4fa62dd
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      Extras/LuaScript/SceneLuaAPI.h

+ 2 - 2
Extras/LuaScript/SceneLuaAPI.h

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