mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
wait longer before sending message
This commit is contained in:
parent
e9ad06fca7
commit
338427ed3e
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ function createMarker(modelURL, markerPosition, markerColor) {
|
|||
var modelURL = Entities.getEntityProperties(marker, "modelURL").modelURL;
|
||||
|
||||
Entities.callEntityMethod(marker, "setProperties", [JSON.stringify(data)]);
|
||||
}, 1000)
|
||||
}, 2000)
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue