Project

General

Profile

« Previous | Next » 

Revision 1fda81c4

Added by Leszek Koltunski 7 months ago

remove 'MESH_NICE'

View differences:

src/main/java/org/distorted/objectlib/shape/ShapeOctahedron.java
35 35

  
36 36
///////////////////////////////////////////////////////////////////////////////////////////////////
37 37

  
38
  public ShapeOctahedron(int meshState, int iconMode, float realSize, Static4D quat, Static3D move, float scale, InitData data, InitAssets asset)
38
  public ShapeOctahedron(int iconMode, float realSize, Static4D quat, Static3D move, float scale, InitData data, InitAssets asset)
39 39
    {
40
    super(meshState, iconMode, realSize, quat, move, scale, data, asset);
40
    super(iconMode, realSize, quat, move, scale, data, asset);
41 41
    }
42 42

  
43 43
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff