Removed unnecessary #ifdef.
This commit is contained in:
parent
8b806dd35a
commit
63fe4373a8
@ -1211,10 +1211,8 @@ namespace GUIEngine
|
||||
y_from - count*text_height),
|
||||
core::dimension2d<s32>(screen_size.Width,
|
||||
text_height) );
|
||||
#ifndef SERVER_ONLY
|
||||
GL32_draw2DRectangle(SColor(255,252,248,230),
|
||||
msgRect);
|
||||
#endif
|
||||
Private::g_font->draw((*it).m_message.c_str(),
|
||||
msgRect,
|
||||
video::SColor(255, 255, 0, 0),
|
||||
|
Loading…
x
Reference in New Issue
Block a user