Project

General

Profile

« Previous | Next » 

Revision 318c0a7d

Added by Leszek Koltunski over 2 years ago

Reename ObjectList to a more logical ObjectType.

View differences:

src/main/java/org/distorted/tutorials/TutorialActivity.java
32 32

  
33 33
import org.distorted.library.main.DistortedLibrary;
34 34

  
35
import org.distorted.objectlib.main.ObjectList;
35
import org.distorted.objectlib.main.ObjectType;
36 36
import org.distorted.objectlib.main.TwistyObject;
37 37

  
38 38
import org.distorted.dialogs.RubikDialogError;
......
207 207

  
208 208
      if( mWebView!=null ) mWebView.onResume();
209 209

  
210
      if( mObjectOrdinal>=0 && mObjectOrdinal< ObjectList.NUM_OBJECTS )
210
      if( mObjectOrdinal>=0 && mObjectOrdinal< ObjectType.NUM_OBJECTS )
211 211
        {
212
        ObjectList obj = ObjectList.getObject(mObjectOrdinal);
212
        ObjectType obj = ObjectType.getObject(mObjectOrdinal);
213 213
        view.getPreRender().changeObject(obj);
214 214
        }
215 215
      }

Also available in: Unified diff