소스 검색

Merge pull request #107 from blackberry-gaming/next-kcunney

Fixes build error in Momentics.
Sean Paul Taylor 14 년 전
부모
커밋
45d14a2b88
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      gameplay/src/MaterialParameter.h

+ 1 - 1
gameplay/src/MaterialParameter.h

@@ -255,7 +255,7 @@ private:
 
     static const char ANIMATION_UNIFORM_BIT = 0x01;
 
-    void MaterialParameter::applyAnimationValue(AnimationValue* value, float blendWeight, int components);
+    void applyAnimationValue(AnimationValue* value, float blendWeight, int components);
 
     unsigned int _count;
     bool _dynamic;