We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4a09d2 commit 7741220Copy full SHA for 7741220
1 file changed
engine/src/main/battlecode/world/InternalRobot.java
@@ -998,7 +998,7 @@ public MapLocation[] getAllPartLocationsByChirality(){
998
for (int i = 0; i < 4; i += 1){
999
allPartLocations[i] = startingCorner;
1000
1001
- startingCorner.add(rotateDir);
+ startingCorner = startingCorner.add(rotateDir);
1002
if (chirality == 0) {
1003
rotateDir = rotateDir.rotateRight();
1004
0 commit comments