Project

General

Profile

« Previous | Next » 

Revision a57e6870

Added by Leszek Koltunski over 2 years ago

make numLayers into an int[] (preparation for Cuboids)
Caution: because of previous changes to cubit order in cube, the Solver is broken!

View differences:

src/main/java/org/distorted/objectlib/main/ObjectPreRender.java
262 262
  private void solveNow()
263 263
    {
264 264
    mSolve = false;
265
    mNewObject.solve();
265
    if( mNewObject!=null ) mNewObject.solve();
266 266
    }
267 267

  
268 268
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff