Project

General

Profile

« Previous | Next » 

Revision ce31f774

Added by Leszek Koltunski about 1 year ago

remove all references to android.Context and android.Activity from distorted-objectlib

View differences:

src/main/java/org/distorted/bandaged/BandagedPlayView.java
80 80
        {
81 81
        BandagedPlayActivity act = (BandagedPlayActivity)context;
82 82
        BandagedPlayLibInterface ref = new BandagedPlayLibInterface(act);
83
        mObjectController = new ObjectControl(act,ref);
83
        mObjectController = new ObjectControl(ref);
84 84
        mObjectController.setRotateOnCreation(true);
85 85
        mRenderer = new BandagedPlayRenderer(this);
86 86

  

Also available in: Unified diff