Fix for typos in Texture javadoc

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8136 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
sky..ok 14 years ago
parent 6940694e14
commit 50792c460b
  1. 4
      engine/src/core/com/jme3/texture/Texture.java

@ -52,7 +52,7 @@ import java.util.logging.Logger;
* magnificationFilter options, apply options and correction options. Default
* values are as follows: minificationFilter - NearestNeighborNoMipMaps,
* magnificationFilter - NearestNeighbor, wrap - EdgeClamp on S,T and R, apply -
* Modulate, enivoronment - None.
* Modulate, environment - None.
*
* @see com.jme3.texture.Image
* @author Mark Powell
@ -538,7 +538,7 @@ public abstract class Texture implements Asset, Savable, Cloneable {
// public abstract Texture createSimpleClone();
/** Retreive a basic clone of this Texture (ie, clone everything but the
/** Retrieve a basic clone of this Texture (ie, clone everything but the
* image data, which is shared)
*
* @return Texture

Loading…
Cancel
Save