Explorar o código

Fix typo in code

Marc Legendre %!s(int64=9) %!d(string=hai) anos
pai
achega
d1a3aea867
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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.
 		 */
-		void AnimationManager::waitUntilComplete();
+		void waitUntilComplete();
 
 		/** 
 		 * 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();
 
 	/** @} */
-}
+}