mirror of
https://github.com/luanti-org/luanti.git
synced 2025-11-30 04:35:20 +01:00
@@ -53,8 +53,6 @@ GameUI::GameUI()
|
||||
}
|
||||
void GameUI::init()
|
||||
{
|
||||
IGUIElement *guiroot = guienv->getRootGUIElement();
|
||||
|
||||
// First line of debug text
|
||||
m_guitext = gui::StaticText::add(guienv, utf8_to_wide(PROJECT_NAME_C).c_str(),
|
||||
core::rect<s32>(0, 0, 0, 0), false, true, guiroot);
|
||||
|
||||
Reference in New Issue
Block a user