Project

General

Profile

« Previous | Next » 

Revision 4dd637f4

Added by Leszek Koltunski over 3 years ago

Properly initialize DynamicQuat.

View differences:

src/main/java/org/distorted/effects/scramble/ScrambleEffectRotations.java
34 34

  
35 35
public class ScrambleEffectRotations extends ScrambleEffect
36 36
  {
37
  private Random mRndGen = new Random(0);
37
  private final Random mRndGen = new Random(0);
38 38

  
39 39
///////////////////////////////////////////////////////////////////////////////////////////////////
40 40

  

Also available in: Unified diff