Commit c922dac6 by doszhang

dos

parent 357d6873
......@@ -92,7 +92,7 @@ function resizeCanvas() {
function updateWorld() {
canvas.width = 641;
canvas.height = 640;
canvas.width = 640;
update();
paint();
window.requestAnimationFrame(updateWorld);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment