mirror of
https://github.com/overte-org/overte.git
synced 2025-07-25 11:02:28 +02: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