Project

General

Profile

« Previous | Next » 

Revision 17d623f1

Added by Leszek Koltunski over 2 years ago

Bugfix: we shouldn't be calling TwsityObject.solve() directly from the app, only through ObjectControl.solveOnly().

View differences:

src/main/java/org/distorted/objectlib/main/ObjectControl.java
660 660
      mPreRender.solveObject();
661 661
      }
662 662

  
663
///////////////////////////////////////////////////////////////////////////////////////////////////
664

  
665
    public void solveOnly()
666
      {
667
      mPreRender.solveOnly();
668
      }
669

  
663 670
///////////////////////////////////////////////////////////////////////////////////////////////////
664 671

  
665 672
    public void addRotation(MovesFinished listener, int axis, int rowBitmap, int angle, int duration)

Also available in: Unified diff