mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 08:23:04 +02:00
remove white-space
This commit is contained in:
parent
1e354fb280
commit
5dab4c0010
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@
|
||||||
notice.isFacingAvatar = false;
|
notice.isFacingAvatar = false;
|
||||||
|
|
||||||
notificationText = Overlays.addOverlay("text3d", notice);
|
notificationText = Overlays.addOverlay("text3d", notice);
|
||||||
notifications.push(notificationText);
|
notifications.push(notificationText);
|
||||||
} else {
|
} else {
|
||||||
notifications.push(Overlays.addOverlay("image3d", notice));
|
notifications.push(Overlays.addOverlay("image3d", notice));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue