فهرست منبع

Fix typo in code

Marc Legendre 9 سال پیش
والد
کامیت
d1a3aea867
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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();
 
 	/** @} */
-}
+}