mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 09:33:29 +02:00
spacing fix in Avatar.cpp
This commit is contained in:
parent
2cb9b609f4
commit
6a7434651a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue