mirror of
https://github.com/overte-org/overte.git
synced 2025-04-24 12:13:36 +02:00
removed unnessary comments
This commit is contained in:
parent
571783b90d
commit
40a79867be
1 changed files with 0 additions and 1 deletions
|
@ -115,7 +115,6 @@ WebTablet = function (url, width, dpi, location, clientOnly) {
|
|||
|
||||
this.receive = function (channel, senderID, senderUUID, localOnly) {
|
||||
if (_this.homeButtonEntity == senderID) {
|
||||
//var homePosition = Entities.getEntityProperties(_this.homeButtonEntity, ["position"]);
|
||||
if (_this.clicked) {
|
||||
Entities.editEntity(_this.homeButtonEntity, {color: {red: 0, green: 255, blue: 255}});
|
||||
_this.clicked = false;
|
||||
|
|
Loading…
Reference in a new issue