Revision 2763644e
Added by Leszek Koltunski 11 months ago
| src/main/java/org/distorted/solverui/ScreenSolution.java | ||
|---|---|---|
| 187 | 187 |
else |
| 188 | 188 |
{
|
| 189 | 189 |
int axis = mMoves[mCurrMove-1][0]; |
| 190 |
int rowBitmap = mMoves[mCurrMove-1][1];
|
|
| 191 |
int bareAngle = mMoves[mCurrMove-1][2];
|
|
| 190 |
int rowBitmap = mMoves[mCurrMove-1][1]; |
|
| 191 |
int bareAngle = mMoves[mCurrMove-1][2]; |
|
| 192 | 192 |
|
| 193 | 193 |
if( bareAngle!=0 ) |
| 194 | 194 |
{
|
| ... | ... | |
| 223 | 223 |
else |
| 224 | 224 |
{
|
| 225 | 225 |
int axis = mMoves[mCurrMove][0]; |
| 226 |
int rowBitmap = mMoves[mCurrMove][1];
|
|
| 227 |
int bareAngle = mMoves[mCurrMove][2];
|
|
| 226 |
int rowBitmap = mMoves[mCurrMove][1]; |
|
| 227 |
int bareAngle = mMoves[mCurrMove][2]; |
|
| 228 | 228 |
|
| 229 | 229 |
if( bareAngle!=0 ) |
| 230 | 230 |
{
|
Also available in: Unified diff
Phased Solver app: debugging