mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
deleted unnecessary line with typo
This commit is contained in:
parent
b8719f6e5f
commit
c0e7cd1f6a
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@
|
|||
var soundURLs = ["https://hifi-public.s3.amazonaws.com/sounds/Switches%20and%20sliders/lamp_switch_1.wav",
|
||||
"https://hifi-public.s3.amazonaws.com/sounds/Switches%20and%20sliders/lamp_switch_2.wav",
|
||||
"https://hifi-public.s3.amazonaws.com/sounds/Switches%20and%20sliders/lamp_switch_3.wav"];
|
||||
this.sound = ;
|
||||
this.entityId = entityId;
|
||||
this.properties = Entities.getEntityProperties(this.entityId);
|
||||
this.previousPosition = this.properties.position;
|
||||
|
|
Loading…
Reference in a new issue