Project

General

Profile

« Previous | Next » 

Revision da5551f4

Added by Leszek Koltunski 6 months ago

change complexity from int to float.

View differences:

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

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

  
560
  public int getComplexity()
560
  public float getComplexity()
561 561
    {
562
    return 2;
562
    return 2.8f;
563 563
    }
564 564

  
565 565
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff