mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Clang-format fix for Android
This commit is contained in:
parent
b4106ca58f
commit
0bc306e337
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ private:
|
||||||
IEventReceiver *m_receiver;
|
IEventReceiver *m_receiver;
|
||||||
ISimpleTextureSource *m_texturesource;
|
ISimpleTextureSource *m_texturesource;
|
||||||
v2u32 m_screensize;
|
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;
|
std::map<int, irr::EKEY_CODE> m_hud_ids;
|
||||||
bool m_visible; // is the gui visible
|
bool m_visible; // is the gui visible
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue