mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 23:14:34 +02:00
syntax and clarification on magic number 2 as half height
This commit is contained in:
parent
5bd6dac66c
commit
256853f79b
1 changed files with 2 additions and 2 deletions
|
@ -681,7 +681,7 @@
|
|||
Vec3.sum(
|
||||
headPosition,
|
||||
rotatedOffset);
|
||||
position.y += height / 2; // offset based on wrapped height of bubble
|
||||
position.y += height / 2; // offset based on half of bubble height
|
||||
speechBubbleParams.position = position;
|
||||
|
||||
if (!speechBubbleTextID) {
|
||||
|
|
Loading…
Reference in a new issue