1
0
Fork 0
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:
Loic Blot 2018-01-04 19:52:40 +01:00 committed by Loïc Blot
parent 3a772e7ed6
commit aab3b18e4b
5 changed files with 92 additions and 93 deletions

View file

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