Project

General

Profile

« Previous | Next » 

Revision 55fa6993

Added by Leszek Koltunski over 2 years ago

Systematic names for the meshes.

View differences:

src/main/java/org/distorted/objectlib/objects/TwistyPyraminx.java
84 84
    {
85 85
    switch(numLayers[0])
86 86
      {
87
      case 3: return R.raw.pyra3;
88
      case 4: return R.raw.pyra4;
89
      case 5: return R.raw.pyra5;
87
      case 3: return R.raw.pyra_3;
88
      case 4: return R.raw.pyra_4;
89
      case 5: return R.raw.pyra_5;
90 90
      }
91 91

  
92 92
    return 0;

Also available in: Unified diff