Browse Source

Merge remote-tracking branch 'viva64/non_void_function'

Lasse Öörni 8 năm trước cách đây
mục cha
commit
791ed39a1c
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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()))
             return true;
     }
+
+    return false;
 }
 
 // ----------------------------------------------------------------------------