mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 09:22:22 -05:00
Raster example: remove unnecessary document.redraw call.
This commit is contained in:
parent
f8f6754068
commit
4ecf6d2715
1 changed files with 0 additions and 1 deletions
|
@ -19,7 +19,6 @@
|
|||
lastScale = scale;
|
||||
raster.position = center + [Math.sin(event.time * 3) * 256, Math.sin(event.time * 2.5) * 256];
|
||||
raster.rotate(event.delta * 120);
|
||||
document.redraw();
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
|
|
Loading…
Reference in a new issue