Revision 3bf19410
Added by Leszek Koltunski over 3 years ago
src/main/java/org/distorted/objectlib/main/ShapeDodecahedron.java | ||
---|---|---|
56 | 56 |
|
57 | 57 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
58 | 58 |
|
59 |
public ShapeDodecahedron(int[] numLayers, int meshState, float realSize, Static4D quat, Static3D move, float scale, InputStream stream) |
|
59 |
public ShapeDodecahedron(int[] numLayers, int meshState, int iconMode, float realSize, Static4D quat, Static3D move, float scale, InputStream stream)
|
|
60 | 60 |
{ |
61 |
super(numLayers, meshState, realSize, quat, move, scale, stream); |
|
61 |
super(numLayers, meshState, iconMode, realSize, quat, move, scale, stream);
|
|
62 | 62 |
} |
63 | 63 |
|
64 | 64 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
Also available in: Unified diff
Mode the 'iconMode' from static variable in ObjectControl to member varaible in TwistyObject (safer)