Project

General

Profile

« Previous | Next » 

Revision 51262d81

Added by Leszek Koltunski over 1 year ago

Fix touch-replacing colors of the stickers. Now correctly takes into account the shape of the sticker.

View differences:

src/main/java/org/distorted/objectlib/main/TwistyJson.java
106 106
///////////////////////////////////////////////////////////////////////////////////////////////////
107 107

  
108 108
  @Override
109
  public int getVariantFaceColor(int variant, int face)
109
  public int getVariantStickerShape(int variant, int face)
110 110
    {
111
    return mReader.getVariantFaceColor(variant,face);
111
    return mReader.getVariantStickerShape(variant,face);
112 112
    }
113 113

  
114 114
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff