Revision 61aa85e4
Added by Leszek Koltunski about 4 years ago
| src/main/java/org/distorted/objectlib/main/Twisty4.java | ||
|---|---|---|
| 39 | 39 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 40 | 40 |
|
| 41 | 41 |
public Twisty4(int numLayers, int realSize, Static4D quat, DistortedTexture texture, MeshSquare mesh, |
| 42 |
DistortedEffects effects, int[][] moves, ObjectList list, Resources res, int scrWidth)
|
|
| 42 |
DistortedEffects effects, int[][] moves, Resources res, int scrWidth) |
|
| 43 | 43 |
{
|
| 44 |
super(numLayers, realSize, quat, texture, mesh, effects, moves, list, res, scrWidth);
|
|
| 44 |
super(numLayers, realSize, quat, texture, mesh, effects, moves, res, scrWidth); |
|
| 45 | 45 |
} |
| 46 | 46 |
|
| 47 | 47 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
Also available in: Unified diff
Simplify ObjectList: now there's just one object per size.