mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
Clang-format fix for Android
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user