Sfoglia il codice sorgente

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

Fixes build error in Momentics.
Sean Paul Taylor 14 anni fa
parent
commit
45d14a2b88
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;
     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;
     unsigned int _count;
     bool _dynamic;
     bool _dynamic;