rename ExampleInterface -> CommonExampleInterface to be a little bit more consistent in 'CommonInterfaces' naming
This commit is contained in:
@@ -813,7 +813,7 @@ static DemoApplication* Create()
|
||||
|
||||
*/
|
||||
|
||||
ExampleInterface* VoronoiFractureCreateFunc(PhysicsInterface* pint, GUIHelperInterface* helper, int option)
|
||||
CommonExampleInterface* VoronoiFractureCreateFunc(PhysicsInterface* pint, GUIHelperInterface* helper, int option)
|
||||
{
|
||||
return new VoronoiFractureDemo(helper);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user