mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 16:13:28 +02:00
Fix chat message height
This commit is contained in:
parent
4707733563
commit
66c5a10020
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ const float SKIN_COLOR[] = {1.0, 0.84, 0.66};
|
|||
const float DARK_SKIN_COLOR[] = {0.9, 0.78, 0.63};
|
||||
const int NUM_BODY_CONE_SIDES = 9;
|
||||
const float chatMessageScale = 0.0015;
|
||||
const float chatMessageHeight = 0.20;
|
||||
const float chatMessageHeight = 0.4f;
|
||||
|
||||
void Avatar::sendAvatarURLsMessage(const QUrl& voxelURL) {
|
||||
QByteArray message;
|
||||
|
|
Loading…
Reference in a new issue