Project

General

Profile

« Previous | Next » 

Revision 835b197e

Added by Leszek Koltunski almost 3 years ago

Move the information when was a EffectQueue last time evaluated from the EffectQueues all the way up to the Node which contains them.
The point: we need to reset this time back to 0 every time we attach the Node (and thus start evaluating the Queues inside)

View differences:

src/main/java/org/distorted/library/effect/MatrixEffectScale.java
30 30
 */
31 31
public class MatrixEffectScale extends MatrixEffect
32 32
  {
33
  private Data3D mScale;
33
  private final Data3D mScale;
34 34

  
35 35
///////////////////////////////////////////////////////////////////////////////////////////////////
36 36
/**

Also available in: Unified diff