mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
Revert "Get rid of global guienv variable"
This reverts commit 16da954bd7
.
This commit is contained in:
@@ -110,7 +110,8 @@ public:
|
||||
return m_device->getGUIEnvironment();
|
||||
}
|
||||
|
||||
void draw_load_screen(const std::wstring &text, ITextureSource *tsrc,
|
||||
void draw_load_screen(const std::wstring &text,
|
||||
gui::IGUIEnvironment *guienv, ITextureSource *tsrc,
|
||||
float dtime = 0, int percent = 0, bool sky = true);
|
||||
|
||||
void draw_scene(video::SColor skycolor, bool show_hud,
|
||||
|
Reference in New Issue
Block a user