* Fix javadoc error in Transform.loadIdentity()
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9220 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
be7a22e3d5
commit
9ddb941daa
@ -261,7 +261,7 @@ public final class Transform implements Savable, Cloneable, java.io.Serializable
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Loads the identity. Equal to translation=1,1,1 scale=0,0,0 rot=0,0,0,1.
|
* Loads the identity. Equal to translation=0,0,0 scale=1,1,1 rot=0,0,0,1.
|
||||||
*/
|
*/
|
||||||
public void loadIdentity() {
|
public void loadIdentity() {
|
||||||
translation.set(0,0,0);
|
translation.set(0,0,0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user