Project

General

Profile

« Previous | Next » 

Revision 75ec369a

Added by Leszek Koltunski over 7 years ago

Bugfix

View differences:

src/main/java/org/distorted/library/type/Dynamic5D.java
570 570
                  next = vv.elementAt(vecNext);
571 571
                  tmp2 = vc.elementAt(vecNext);
572 572

  
573
                  if( tmp2.cached[0]!=next.x ) recomputeCache();
573
                  if( tmp2.cached[0]!=next.x || tmp2.cached[1]!=next.y || tmp2.cached[2]!=next.z || tmp2.cached[3]!=next.w || tmp2.cached[4]!=next.v ) recomputeCache();
574 574
                  }
575 575

  
576 576
                if( mSegment!= segment && vn!=null ) vn.elementAt(vecCurr).computeNoise();

Also available in: Unified diff