Browse Source

Fixed build error.

Branimir Karadžić 9 years ago
parent
commit
77b650d9a2
1 changed files with 2 additions and 0 deletions
  1. 2 0
      examples/01-cubes/cubes.cpp

+ 2 - 0
examples/01-cubes/cubes.cpp

@@ -75,6 +75,8 @@ class ExampleCubes : public entry::AppI
 {
 {
 	void init(int _argc, char** _argv) BX_OVERRIDE
 	void init(int _argc, char** _argv) BX_OVERRIDE
 	{
 	{
+		BX_UNUSED(s_cubeTriList, s_cubeTriStrip);
+
 		Args args(_argc, _argv);
 		Args args(_argc, _argv);
 
 
 		m_width  = 1280;
 		m_width  = 1280;