Project

General

Profile

« Previous | Next » 

Revision 0310ac32

Added by Leszek Koltunski over 2 years ago

Bugfixes

View differences:

src/main/java/org/distorted/objectlib/objects/TwistyMirror.java
557 557

  
558 558
///////////////////////////////////////////////////////////////////////////////////////////////////
559 559

  
560
  int getColor(int face)
560
  protected int getColor(int face)
561 561
    {
562 562
    return FACE_COLORS[face];
563 563
    }
......
596 596

  
597 597
///////////////////////////////////////////////////////////////////////////////////////////////////
598 598

  
599
  int getNumFaceColors()
599
  protected int getNumFaceColors()
600 600
    {
601 601
    return 1;
602 602
    }

Also available in: Unified diff