mirror of
https://github.com/minetest/minetest.git
synced 2024-11-04 23:03:46 +01:00
Clang-format fix for Android
This commit is contained in:
parent
b4106ca58f
commit
0bc306e337
@ -172,7 +172,7 @@ private:
|
||||
IEventReceiver *m_receiver;
|
||||
ISimpleTextureSource *m_texturesource;
|
||||
v2u32 m_screensize;
|
||||
std::map<int, rect<s32>> m_hud_rects;
|
||||
std::map<int, rect<s32> > m_hud_rects;
|
||||
std::map<int, irr::EKEY_CODE> m_hud_ids;
|
||||
bool m_visible; // is the gui visible
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user