Parcourir la source

Fix typo in code

Marc Legendre il y a 9 ans
Parent
commit
d1a3aea867
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      Source/BansheeCore/Include/BsAnimationManager.h

+ 2 - 2
Source/BansheeCore/Include/BsAnimationManager.h

@@ -88,7 +88,7 @@ namespace BansheeEngine
 		 *
 		 *
 		 * @note	Core thread only.
 		 * @note	Core thread only.
 		 */
 		 */
-		void AnimationManager::waitUntilComplete();
+		void waitUntilComplete();
 
 
 		/** 
 		/** 
 		 * Gets skeleton poses required by the renderer to display all the animations. The returned data can be referenced, 
 		 * Gets skeleton poses required by the renderer to display all the animations. The returned data can be referenced, 
@@ -150,4 +150,4 @@ namespace BansheeEngine
 	BS_CORE_EXPORT AnimationManager& gAnimation();
 	BS_CORE_EXPORT AnimationManager& gAnimation();
 
 
 	/** @} */
 	/** @} */
-}
+}