Project

General

Profile

« Previous | Next » 

Revision 9c13408a

Added by Leszek Koltunski about 1 year ago

Bugfix.

View differences:

src/main/java/org/distorted/solvers/SolverCuboid232.java
303 303
      {
304 304
      case 0: return R.string.color_yellow4;
305 305
      case 1: return R.string.color_white4;
306
      case 2: return R.string.color_green4;
307
      case 3: return R.string.color_blue4;
306
      case 2: return R.string.color_blue4;
307
      case 3: return R.string.color_green4;
308 308
      case 4: return R.string.color_red4;
309 309
      case 5: return R.string.color_orange4;
310 310
      }
......
320 320
      {
321 321
      case 0: return R.string.color_yellow3;
322 322
      case 1: return R.string.color_white3;
323
      case 2: return R.string.color_green3;
324
      case 3: return R.string.color_blue3;
323
      case 2: return R.string.color_blue3;
324
      case 3: return R.string.color_green3;
325 325
      case 4: return R.string.color_red3;
326 326
      case 5: return R.string.color_orange3;
327 327
      }
......
337 337
      {
338 338
      case 0: return R.string.color_yellow6;
339 339
      case 1: return R.string.color_white6;
340
      case 2: return R.string.color_green6;
341
      case 3: return R.string.color_blue6;
340
      case 2: return R.string.color_blue6;
341
      case 3: return R.string.color_green6;
342 342
      case 4: return R.string.color_red6;
343 343
      case 5: return R.string.color_orange6;
344 344
      }

Also available in: Unified diff