- Dynamic Batching

- Forgot the temp vars

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8479 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
rem..om 2011-10-21 22:26:03 +00:00
parent 63b62269e8
commit 62a02fb6f4

View File

@ -193,6 +193,7 @@ public class TempVars {
*/
public final Matrix3f tempMat3 = new Matrix3f();
public final Matrix4f tempMat4 = new Matrix4f();
public final Matrix4f tempMat42 = new Matrix4f();
/**
* General quaternions.
*/