1
0

Fix input

This commit is contained in:
otya128
2016-12-11 15:55:34 +09:00
parent 73f59bb34f
commit 88fff44d2c

View File

@@ -1123,6 +1123,7 @@ class PetitComputer
} }
void right() void right()
{ {
pos++;
console.CSRX++; console.CSRX++;
} }
while(!quit) while(!quit)