Fix for typos in Texture javadoc
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8136 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
6940694e14
commit
50792c460b
@ -52,7 +52,7 @@ import java.util.logging.Logger;
|
|||||||
* magnificationFilter options, apply options and correction options. Default
|
* magnificationFilter options, apply options and correction options. Default
|
||||||
* values are as follows: minificationFilter - NearestNeighborNoMipMaps,
|
* values are as follows: minificationFilter - NearestNeighborNoMipMaps,
|
||||||
* magnificationFilter - NearestNeighbor, wrap - EdgeClamp on S,T and R, apply -
|
* magnificationFilter - NearestNeighbor, wrap - EdgeClamp on S,T and R, apply -
|
||||||
* Modulate, enivoronment - None.
|
* Modulate, environment - None.
|
||||||
*
|
*
|
||||||
* @see com.jme3.texture.Image
|
* @see com.jme3.texture.Image
|
||||||
* @author Mark Powell
|
* @author Mark Powell
|
||||||
@ -538,7 +538,7 @@ public abstract class Texture implements Asset, Savable, Cloneable {
|
|||||||
// public abstract Texture createSimpleClone();
|
// 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)
|
* image data, which is shared)
|
||||||
*
|
*
|
||||||
* @return Texture
|
* @return Texture
|
||||||
|
Loading…
x
Reference in New Issue
Block a user