Skip to content

Commit

Permalink
LINT fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nerzhul committed May 29, 2018
1 parent 19df59f commit e3e98f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unittest/test_gameui.cpp
Expand Up @@ -53,7 +53,7 @@ void TestGameUI::testInit()
UASSERT(gui.getFlags().show_hud)
UASSERT(!gui.getFlags().show_minimap)
UASSERT(!gui.getFlags().show_profiler_graph)

// And after the initFlags init stage
gui.initFlags();
UASSERT(gui.getFlags().show_chat)
Expand Down

0 comments on commit e3e98f9

Please sign in to comment.