mirror of
https://github.com/lubosz/overte.git
synced 2025-04-16 09:29:16 +02:00
Merge pull request #7210 from imgntn/tiltmaze
Tilt Maze Should Delete Stray Balls
This commit is contained in:
commit
d68fa4e9ad
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