forked from Mirrorlandia_minetest/minetest
Fix failing build due to code style error
This commit is contained in:
parent
4f45bfd08b
commit
51f230895c
@ -23,7 +23,8 @@ public:
|
|||||||
GUIScrollBar(IGUIEnvironment *environment, IGUIElement *parent, s32 id,
|
GUIScrollBar(IGUIEnvironment *environment, IGUIElement *parent, s32 id,
|
||||||
core::rect<s32> rectangle, bool horizontal, bool auto_scale);
|
core::rect<s32> rectangle, bool horizontal, bool auto_scale);
|
||||||
|
|
||||||
enum ArrowVisibility {
|
enum ArrowVisibility
|
||||||
|
{
|
||||||
HIDE,
|
HIDE,
|
||||||
SHOW,
|
SHOW,
|
||||||
DEFAULT
|
DEFAULT
|
||||||
|
Loading…
Reference in New Issue
Block a user