|
|
@@ -279,6 +279,7 @@ void Context::ReleaseSDL()
|
|
|
URHO3D_LOGERROR("Too many calls to Context::ReleaseSDL()!");
|
|
|
}
|
|
|
|
|
|
+#ifdef URHO3D_IK
|
|
|
void Context::RequireIK()
|
|
|
{
|
|
|
// Always increment, the caller must match with ReleaseSDL(), regardless of
|
|
|
@@ -309,7 +310,8 @@ void Context::ReleaseIK()
|
|
|
if (ikInitCounter < 0)
|
|
|
URHO3D_LOGERROR("Too many calls to Context::ReleaseIK()");
|
|
|
}
|
|
|
-#endif
|
|
|
+#endif // ifdef URHO3D_IK
|
|
|
+#endif // ifndef MINI_URHO
|
|
|
|
|
|
void Context::CopyBaseAttributes(StringHash baseType, StringHash derivedType)
|
|
|
{
|