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/Dynamic2D.java
500 500
                  next = vv.elementAt(vecNext);
501 501
                  tmp2 = vc.elementAt(vecNext);
502 502

  
503
                  if( tmp2.cached[0]!=next.x ) recomputeCache();
503
                  if( tmp2.cached[0]!=next.x || tmp2.cached[1]!=next.y ) recomputeCache();
504 504
                  }
505 505

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

Also available in: Unified diff