Extract ++ and -- from expressions
This commit is contained in:
@@ -89,7 +89,8 @@ public class QuantumCalculator extends MBCalculator
|
||||
flags = (byte) (this.tqb.corner | num);
|
||||
else
|
||||
flags = num;
|
||||
c.Ring[ringNum++] = te;
|
||||
c.Ring[ringNum] = te;
|
||||
ringNum++;
|
||||
}
|
||||
|
||||
te.updateStatus( c, flags, true );
|
||||
|
||||
Reference in New Issue
Block a user