Project

General

Profile

« Previous | Next » 

Revision 88451205

Added by Leszek Koltunski about 1 year ago

Change OperatingSystemInterface

View differences:

src/main/java/org/distorted/tutorials/TutorialSurfaceView.java
95 95
        {
96 96
        TutorialActivity act = (TutorialActivity)context;
97 97
        TutorialObjectLibInterface ref = new TutorialObjectLibInterface(act);
98
        mInterface = new OSInterface(act);
99
        mObjectController = new ObjectControl(ref,mInterface);
98
        mInterface = new OSInterface(act,ref);
99
        mObjectController = new ObjectControl(mInterface);
100 100
        mRenderer = new TutorialRenderer(this);
101 101

  
102 102
        final ActivityManager activityManager= (ActivityManager) context.getSystemService(Context.ACTIVITY_SERVICE);

Also available in: Unified diff