Project

General

Profile

« Previous | Next » 

Revision e91771e4

Added by Leszek Koltunski 2 months ago

progress with configurable stickers

View differences:

src/main/java/org/distorted/config/ConfigSurfaceView.java
87 87
      if(!isInEditMode())
88 88
        {
89 89
        ConfigActivity act = (ConfigActivity)context;
90
        ConfigObjectLibInterface ref = new ConfigObjectLibInterface();
90
        ConfigObjectLibInterface ref = new ConfigObjectLibInterface(act);
91 91
        mInterface = new OSInterface(act,ref);
92 92
        mObjectController = new ObjectControl(mInterface);
93 93
        mObjectController.setRotateOnCreation(true);

Also available in: Unified diff