Project

General

Profile

« Previous | Next » 

Revision d36d8517

Added by Leszek Koltunski about 2 years ago

Refactor RubikObject in preparation for creating RubikObjects from DownloadedObjects.

View differences:

src/main/java/org/distorted/config/ConfigScreenPane.java
63 63
    {
64 64
    RubikObjectList.setMeshState(mObjectOrdinal,meshState);
65 65
    RubikObject object = RubikObjectList.getObject(mObjectOrdinal);
66
    act.changeMeshState(object);
66
    act.changeMeshState(object,mObjectOrdinal);
67 67
    }
68 68

  
69 69
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff