mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 21:36:47 +02:00
Fix notifications.js formatting
This commit is contained in:
parent
20a2d1275a
commit
35d075a78f
1 changed files with 510 additions and 512 deletions
|
@ -302,10 +302,8 @@
|
|||
buttonPosition = Vec3.sum(defaultEyePosition,
|
||||
Vec3.multiplyQbyV(avatarOrientation,
|
||||
overlay3DDetails[i].buttonPosition));
|
||||
Overlays.editOverlay(notifications[i], {
|
||||
position: notificationPosition,
|
||||
rotation: notificationOrientation
|
||||
});
|
||||
Overlays.editOverlay(notifications[i], { position: notificationPosition,
|
||||
rotation: notificationOrientation });
|
||||
Overlays.editOverlay(buttons[i], { position: buttonPosition, rotation: notificationOrientation });
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue