mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 14:47:41 +02:00
fixed paint initially showing up white
This commit is contained in:
parent
fa22249f7a
commit
f0a1335957
1 changed files with 6 additions and 1 deletions
|
@ -44,7 +44,12 @@ var whiteboard = Entities.addEntity({
|
||||||
red: 255,
|
red: 255,
|
||||||
green: 255,
|
green: 255,
|
||||||
blue: 255
|
blue: 255
|
||||||
}
|
},
|
||||||
|
userData: JSON.stringify({
|
||||||
|
color: {
|
||||||
|
currentColor: colors[0]
|
||||||
|
}
|
||||||
|
})
|
||||||
});
|
});
|
||||||
|
|
||||||
Script.setTimeout(function() {
|
Script.setTimeout(function() {
|
||||||
|
|
Loading…
Reference in a new issue