mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 21:43:03 +02:00
fixed typo
This commit is contained in:
parent
976732120e
commit
64e75bb4ab
1 changed files with 1 additions and 1 deletions
|
@ -425,7 +425,7 @@ void Avatar::renderDisplayName() {
|
||||||
glPolygonOffset(1.0f, 1.0f);
|
glPolygonOffset(1.0f, 1.0f);
|
||||||
|
|
||||||
glColor4f(0.2f, 0.2f, 0.2f, _displayNameAlpha * DISPLAYNAME_BACKGROUND_ALPHA / DISPLAYNAME_ALPHA);
|
glColor4f(0.2f, 0.2f, 0.2f, _displayNameAlpha * DISPLAYNAME_BACKGROUND_ALPHA / DISPLAYNAME_ALPHA);
|
||||||
renderBeverCornersRect(left, bottom, right - left, top - bottom, 3);
|
renderBevelCornersRect(left, bottom, right - left, top - bottom, 3);
|
||||||
|
|
||||||
glColor4f(0.93f, 0.93f, 0.93f, _displayNameAlpha);
|
glColor4f(0.93f, 0.93f, 0.93f, _displayNameAlpha);
|
||||||
QByteArray ba = _displayName.toLocal8Bit();
|
QByteArray ba = _displayName.toLocal8Bit();
|
||||||
|
|
Loading…
Reference in a new issue