Project

General

Profile

« Previous | Next » 

Revision 9cd63ba8

Added by Leszek Koltunski 11 months ago

build.gradle: include directive to create a 'BuildConfig.java'
2 fixes for proper scrambling of locally created bandaged cuboids.

View differences:

src/main/java/org/distorted/objectlib/json/JsonReader.java
99 99
      }
100 100

  
101 101
    if( longName.equals(OBJECT_NAME_CUBOID)   ||
102
        longName.equals(OBJECT_NAME_PYRAMINX)  ) new ObjectSignature(shortName,signature);
102
        longName.equals(OBJECT_NAME_PYRAMINX)  ) return new ObjectSignature(shortName,signature);
103 103

  
104 104
    return new ObjectSignature(signature);
105 105
    }

Also available in: Unified diff