syntax and clarification on magic number 2 as half height

This commit is contained in:
Liv 2017-07-26 13:28:52 -07:00
parent 5bd6dac66c
commit 256853f79b

View file

@ -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) {