This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
build fail
undefined
Benjamin ‘Touky’ Huet
Sam Hocevar
<sam@hocevar.net>
11 years ago
parent
981ea6bd75
commit
35018ca60b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
Write
Preview
Loading…
Cancel
Save