Browse Source

Merge remote-tracking branch 'viva64/non_void_function'

Lasse Öörni 8 years ago
parent
commit
791ed39a1c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Source/Urho3D/IK/IKSolver.cpp

+ 2 - 0
Source/Urho3D/IK/IKSolver.cpp

@@ -54,6 +54,8 @@ static bool ChildrenHaveEffector(const Node* node)
         if (ChildrenHaveEffector(it->Get()))
         if (ChildrenHaveEffector(it->Get()))
             return true;
             return true;
     }
     }
+
+    return false;
 }
 }
 
 
 // ----------------------------------------------------------------------------
 // ----------------------------------------------------------------------------