Project

General

Profile

« Previous | Next » 

Revision ec42a6fe

Added by Leszek Koltunski over 2 years ago

Finally move the 'getVariantFaceColor()' method to the base class.

View differences:

src/main/java/org/distorted/objectlib/objects/TwistyIvy.java
438 438
    return mFaceMap[cubit][face];
439 439
    }
440 440

  
441
///////////////////////////////////////////////////////////////////////////////////////////////////
442

  
443
  public int getVariantFaceColor(int variant, int face, int[] numLayers)
444
    {
445
    return face>=mStickerVariants[variant].length ? -1 : mStickerVariants[variant][face];
446
    }
447

  
448 441
///////////////////////////////////////////////////////////////////////////////////////////////////
449 442

  
450 443
  public void adjustStickerCoords()

Also available in: Unified diff