Fix chat message height

This commit is contained in:
Philip Rosedale 2013-12-06 16:47:13 -08:00
parent 4707733563
commit 66c5a10020

View file

@ -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;