Prechádzať zdrojové kódy

BlendSpace#getWeight(): sentence typos

pavl_g 2 rokov pred
rodič
commit
bffb6a9f75

+ 1 - 1
jme3-core/src/main/java/com/jme3/anim/tween/action/BlendSpace.java

@@ -68,7 +68,7 @@ public interface BlendSpace {
     /**
      * Provides the blend weight value to the assigned {@link BlendAction} instance,
      * this value will be used for interpolating a collection of actions' transformations (keyframes).
-     * Blend weight value must be in the range from 0 to 1.
+     * The Blend weight value must be in the range from 0 to 1.
      * 
      * @return the blending weight value.
      * @see LinearBlendSpace#getWeight()