mirror of
https://github.com/SamEyeBam/animate.git
synced 2025-09-28 15:05:25 +00:00
hat optimisations and refactor. added callbacks to helper obect configs
This commit is contained in:
@@ -83,7 +83,7 @@ function render() {
|
||||
if (!paused) {
|
||||
rotation += deg_per_sec / targetFps;
|
||||
}
|
||||
drawCenter(300)
|
||||
// drawCenter(300)
|
||||
});
|
||||
render();
|
||||
}, frameDuration);
|
||||
|
Reference in New Issue
Block a user