Removed unnecessary #ifdef.

This commit is contained in:
hiker 2016-12-06 21:50:23 +11:00
parent 8b806dd35a
commit 63fe4373a8

View File

@ -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),