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
test: fix uninitialised member variable.
legacy
Sam Hocevar
sam
13 years ago
parent
49552f2dde
commit
39b59b3d42
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
test/tutorial/tut01.cpp
+ 1
- 0
test/tutorial/tut01.cpp
View File
@@ -40,6 +40,7 @@ public:
m_vertices[0] = vec2( 0.0, 0.8);
m_vertices[1] = vec2(-0.8, -0.8);
m_vertices[2] = vec2( 0.8, -0.8);
m_ready = false;
}
virtual void TickDraw(float deltams)
Write
Preview
Loading…
Cancel
Save