@@ -91,6 +91,7 @@ Urho3D development, contributions and bugfixes by:
- Firegorilla
- Magic.Lixin
- Mike3D
+- Modanung
- OvermindDL1
- andmar1x
- amadeus_osa
@@ -174,7 +174,7 @@ public:
}
/// Create an object of the specific type.
- virtual SharedPtr<Object>(CreateObject()) { return SharedPtr<Object>(new T(context_)); }
+ virtual SharedPtr<Object> CreateObject() { return SharedPtr<Object>(new T(context_)); }
};
/// Internal helper class for invoking event handler functions.