Project

General

Profile

« Previous | Next » 

Revision 88451205

Added by Leszek Koltunski about 1 year ago

Change OperatingSystemInterface

View differences:

src/main/java/org/distorted/bandaged/BandagedPlayView.java
83 83
        {
84 84
        BandagedPlayActivity act = (BandagedPlayActivity)context;
85 85
        BandagedPlayLibInterface ref = new BandagedPlayLibInterface(act);
86
        mInterface = new OSInterface(act);
87
        mObjectController = new ObjectControl(ref,mInterface);
86
        mInterface = new OSInterface(act,ref);
87
        mObjectController = new ObjectControl(mInterface);
88 88
        mObjectController.setRotateOnCreation(true);
89 89
        mRenderer = new BandagedPlayRenderer(this);
90 90

  

Also available in: Unified diff