Project

General

Profile

« Previous | Next » 

Revision da1e61aa

Added by Leszek Koltunski almost 2 years ago

Make the BandagedPlay use FastScramble. (static 500 times)

View differences:

src/main/java/org/distorted/objectlib/scrambling/ScrambleStateBandagedCuboid.java
336 336
      if( moveIndex<size )
337 337
        {
338 338
        scramble[0] = axis;
339
        scramble[1] = moveIndex % mSize[axis];
339
        scramble[1] = 1<<(moveIndex % mSize[axis]);
340 340

  
341 341
        if( mTurns[axis]==3 )
342 342
          {

Also available in: Unified diff