fix another compile issue
This commit is contained in:
@@ -28,7 +28,8 @@ int main(int argc, char* argv[])
|
||||
|
||||
DummyGUIHelper noGfx;
|
||||
|
||||
CommonExampleInterface* example = BasicExampleCreateFunc(CommonExampleOptions(&noGfx));
|
||||
CommonExampleOptions options(&noGfx);
|
||||
CommonExampleInterface* example = BasicExampleCreateFunc(options);
|
||||
|
||||
example->initPhysics();
|
||||
example->stepSimulation(1.f/60.f);
|
||||
|
||||
Reference in New Issue
Block a user