camera init position

This commit is contained in:
2024-09-27 00:52:19 +02:00
parent c8eb029987
commit 1b0f1c07d2
3 changed files with 3 additions and 3 deletions

View File

@@ -271,7 +271,7 @@ class Tetromino extends THREE.Group {
} else {
scheduler.resetTimeout(this.onLockDown, this.lockDelay)
this.locking = true
this.parent?.ghost.visible = false
this.parent.ghost.visible = false
}
return true
} else if (translation == TRANSLATION.DOWN) {