mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
GameUI refactor (part 3/X): Move Game::guitext2, Game::guitext_info, Game::infotext to GameUI class
Other enhancements: * Drop unused GameRunData::time_of_day * Little GameUI::update code path optimizations
This commit is contained in:
parent
3a772e7ed6
commit
aab3b18e4b
5 changed files with 92 additions and 93 deletions
|
@ -49,7 +49,7 @@ void TestGameUI::testInit()
|
|||
UASSERT(gui.getFlags().show_hud)
|
||||
|
||||
// @TODO verify if we can create non UI nulldevice to test this function
|
||||
gui.init();
|
||||
// gui.init();
|
||||
}
|
||||
|
||||
void TestGameUI::testFlagSetters()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue