mirror of
https://github.com/overte-org/overte.git
synced 2025-04-18 14:57:00 +02:00
wait longer for dimensions
This commit is contained in:
parent
ed6a866ff9
commit
d67f4958cd
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ var drawingSurface = Entities.addEntity({
|
|||
Script.setTimeout(function() {
|
||||
whiteboardDimensions = Entities.getEntityProperties(whiteboard, "naturalDimensions").naturalDimensions;
|
||||
setUp();
|
||||
}, 500)
|
||||
}, 1000)
|
||||
|
||||
|
||||
function setUp() {
|
||||
|
|
Loading…
Reference in a new issue