Project

General

Profile

« Previous | Next » 

Revision 9276dced

Added by Leszek Koltunski over 2 years ago

Move RubikControl to objectlib (as 'ObjectAutomator')
Hide ObjectPreRender inside objectlib and move its APi to ObjectControl.

View differences:

src/main/java/org/distorted/objectlib/main/ObjectPreRender.java
91 91

  
92 92
    mEffectID = new long[BaseEffect.Type.LENGTH];
93 93

  
94
    mBlockController = new BlockController(act);
94
    mBlockController = new BlockController(act,this);
95 95
    unblockEverything();
96 96
    }
97 97

  

Also available in: Unified diff