Improved resize

This commit is contained in:
Devine Lu Linvega
2019-07-17 11:55:43 +09:00
parent 06bfca5828
commit 0113c3f875
6 changed files with 15 additions and 13 deletions

View File

@@ -61,7 +61,7 @@ function Ronin () {
}
this.animate = (b = true) => {
if(this.always === b){ return }
if (this.always === b) { return }
this.always = b
this.commander.run()
}