git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9209 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
@@ -376,7 +376,7 @@ public class RenderManager {
u.setValue(VarType.Matrix4, tempMat4);
break;
case WorldMatrixInverse:
- tempMat4.multLocal(worldMatrix);
+ tempMat4.set(worldMatrix);
tempMat4.invertLocal();