Project

General

Profile

« Previous | Next » 

Revision cbcf2374

Added by Leszek Koltunski 4 months ago

minor

View differences:

src/main/java/org/distorted/library/effect/MatrixEffectRotate.java
32 32
  {
33 33
  private final Data1D mAngle;
34 34
  private final Data3D mAxis, mCenter;
35
  private float[] mTmp1 = new float[16];
36
  private float[] mTmp2 = new float[16];
35
  private final float[] mTmp1 = new float[16];
36
  private final float[] mTmp2 = new float[16];
37 37

  
38 38
///////////////////////////////////////////////////////////////////////////////////////////////////
39 39
/**

Also available in: Unified diff