diff options
Diffstat (limited to 'src/gui/widgets/avatarlistbox.cpp')
-rw-r--r-- | src/gui/widgets/avatarlistbox.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/widgets/avatarlistbox.cpp b/src/gui/widgets/avatarlistbox.cpp index d93787d18..b497bc8a4 100644 --- a/src/gui/widgets/avatarlistbox.cpp +++ b/src/gui/widgets/avatarlistbox.cpp @@ -121,7 +121,6 @@ void AvatarListBox::draw(Graphics *graphics) const std::string &name = localPlayer->getName(); // Draw the list elements - graphics->setColorAll(mForegroundColor, mForegroundColor2); ImageCollection vertexes; const bool useCaching = isBatchDrawRenders(openGLMode); @@ -161,8 +160,6 @@ void AvatarListBox::draw(Graphics *graphics) graphics->drawTileCollection(&vertexes); } - graphics->setColorAll(mForegroundColor, mForegroundColor2); - for (int i = 0, y = 0; i < model->getNumberOfElements(); ++i, y += fontHeight) |