Explorar el Código

Added missing include for lua bindings.

Üstün Ergenoglu hace 12 años
padre
commit
e6600bb6c3
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      gameplay/src/lua/lua_Global.h

+ 1 - 0
gameplay/src/lua/lua_Global.h

@@ -36,6 +36,7 @@
 #include "lua_PropertiesType.h"
 #include "lua_RenderStateAutoBinding.h"
 #include "lua_RenderStateBlend.h"
+#include "lua_RenderStateCullFaceSide.h"
 #include "lua_RenderStateDepthFunction.h"
 #include "lua_SceneDebugFlags.h"
 #include "lua_TerrainFlags.h"