Project

General

Profile

« Previous | Next » 

Revision 6f5eb9b3

Added by Leszek Koltunski 2 months ago

progress with configurable stickers

View differences:

src/main/java/org/distorted/objectlib/main/ObjectControl.java
909 909

  
910 910
///////////////////////////////////////////////////////////////////////////////////////////////////
911 911

  
912
    public void repaintPuzzleFace(int cubit, int face, int color, float borders, float corners)
912
    public void repaintPuzzleFace(int cubit, int face, int color)
913 913
      {
914
      mPreRender.repaintPuzzleFace(cubit,face,color,borders,corners);
914
      mPreRender.repaintPuzzleFace(cubit,face,color);
915 915
      }
916 916

  
917 917
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff