From 6a7434651ad5cd937428b19988e8cea2c9f59276 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Thu, 6 Jun 2013 09:42:25 -0700 Subject: [PATCH] spacing fix in Avatar.cpp --- interface/src/Avatar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/Avatar.cpp b/interface/src/Avatar.cpp index 5f6a720ec9..e812327079 100644 --- a/interface/src/Avatar.cpp +++ b/interface/src/Avatar.cpp @@ -983,7 +983,7 @@ void Avatar::render(bool lookingInMirror, bool renderAvatarBalls) { glDisable(GL_LIGHTING); glDepthMask(false); if (_keyState == NO_KEY_DOWN) { - textRenderer()->draw(-width/2, 0, _chatMessage.c_str()); + textRenderer()->draw(-width / 2.0f, 0, _chatMessage.c_str()); } else { // rather than using substr and allocating a new string, just replace the last