|
|
@@ -65,7 +65,7 @@ protected:
|
|
|
#define DEFINE_APPLICATION_MAIN(className) \
|
|
|
int RunApplication() \
|
|
|
{ \
|
|
|
- Urho3D::SharedPtr<Urho3D::Context> context(new Context()); \
|
|
|
+ Urho3D::SharedPtr<Urho3D::Context> context(new Urho3D::Context()); \
|
|
|
Urho3D::SharedPtr<className> application(new className(context)); \
|
|
|
return application->Run(); \
|
|
|
} \
|