Browse Source

Fix IK typo: https://github.com/urho3d/Urho3D/issues/2475

1vanK 6 years ago
parent
commit
9a6e9dfcd5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/Urho3D/Core/Context.cpp

+ 1 - 1
Source/Urho3D/Core/Context.cpp

@@ -298,7 +298,7 @@ void Context::ReleaseSDL()
 #ifdef URHO3D_IK
 void Context::RequireIK()
 {
-    // Always increment, the caller must match with ReleaseSDL(), regardless of
+    // Always increment, the caller must match with ReleaseIK(), regardless of
     // what happens.
     ++ikInitCounter;