Project

General

Profile

« Previous | Next » 

Revision eb9263dd

Added by Leszek Koltunski 5 months ago

Next step toward separating TwistyObject metadata.

View differences:

src/main/java/org/distorted/solvers/SolverDino4.java
15 15

  
16 16
import org.distorted.main.R;
17 17
import org.distorted.objectlib.helpers.OperatingSystemInterface;
18
import org.distorted.objectlib.main.ObjectType;
18
import org.distorted.objectlib.metadata.ListObjects;
19 19
import org.distorted.objectlib.main.TwistyObject;
20 20
import org.distorted.objectlib.shape.ShapeHexahedron;
21 21
import org.distorted.objectlib.tablebases.ImplementedTablebasesList;
......
177 177
    {
178 178
    if( mSolver==null )
179 179
      {
180
      mSolver = ImplementedTablebasesList.createPacked(os, ObjectType.DIN4_3.name() );
180
      mSolver = ImplementedTablebasesList.createPacked(os, ListObjects.DIN4_3.name() );
181 181
      }
182 182

  
183 183
    return mSolver!=null ? mSolver.solution(index,null,os) : null;

Also available in: Unified diff