mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
maze should delete stray balls
This commit is contained in:
parent
16bebc437b
commit
83713898cc
1 changed files with 3 additions and 0 deletions
|
@ -96,6 +96,9 @@
|
|||
if (this.ballLocked === true) {
|
||||
return;
|
||||
}
|
||||
if(this.ball!==null){
|
||||
Entities.deleteEntity(this.ball);
|
||||
}
|
||||
|
||||
var properties = {
|
||||
name: 'Hifi Tilt Maze Ball',
|
||||
|
|
Loading…
Reference in a new issue