Fixed build error.
This commit is contained in:
parent
5bda86b702
commit
77b650d9a2
@ -75,6 +75,8 @@ class ExampleCubes : public entry::AppI
|
||||
{
|
||||
void init(int _argc, char** _argv) BX_OVERRIDE
|
||||
{
|
||||
BX_UNUSED(s_cubeTriList, s_cubeTriStrip);
|
||||
|
||||
Args args(_argc, _argv);
|
||||
|
||||
m_width = 1280;
|
||||
|
Loading…
x
Reference in New Issue
Block a user