Browse Source

build fail

undefined
Benjamin ‘Touky’ Huet Sam Hocevar <sam@hocevar.net> 11 years ago
parent
commit
35018ca60b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/scenesetup.h

+ 1
- 1
test/scenesetup.h View File

@@ -39,7 +39,7 @@ public:
bool Shutdown(bool destroy=false);

//--
int GetLightNb() { m_lights.Count(); }
int GetLightNb() { return m_lights.Count(); }

//private:
Array<Light *> m_lights;


Loading…
Cancel
Save