ソースを参照

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;