projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4106ca
)
Clang-format fix for Android
author
Loïc Blot
<loic.blot@unix-experience.fr>
Mon, 10 Apr 2017 07:40:06 +0000
(09:40 +0200)
committer
Loïc Blot
<loic.blot@unix-experience.fr>
Mon, 10 Apr 2017 07:40:06 +0000
(09:40 +0200)
src/touchscreengui.h
patch
|
blob
|
history
diff --git
a/src/touchscreengui.h
b/src/touchscreengui.h
index 88e068308d4be2ef7dc5bc97016d8ac89a5b626e..1308d78ae46974e16b92b76907416281e736015b 100644
(file)
--- a/
src/touchscreengui.h
+++ b/
src/touchscreengui.h
@@
-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