mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 12:30:40 +02:00
clean up
This commit is contained in:
parent
40a79867be
commit
889e9e854c
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ WebTablet = function (url, width, dpi, location, clientOnly) {
|
|||
this.receive = function (channel, senderID, senderUUID, localOnly) {
|
||||
if (_this.homeButtonEntity == senderID) {
|
||||
if (_this.clicked) {
|
||||
Entities.editEntity(_this.homeButtonEntity, {color: {red: 0, green: 255, blue: 255}});
|
||||
Entities.editEntity(_this.homeButtonEntity, {color: {red: 0, green: 255, blue: 255}});
|
||||
_this.clicked = false;
|
||||
} else {
|
||||
Entities.editEntity(_this.homeButtonEntity, {color: {red: 255, green: 255, blue: 0}});
|
||||
|
|
Loading…
Reference in a new issue