mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
Fix failing build due to code style error
This commit is contained in:
parent
4f45bfd08b
commit
51f230895c
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@ public:
|
|||
GUIScrollBar(IGUIEnvironment *environment, IGUIElement *parent, s32 id,
|
||||
core::rect<s32> rectangle, bool horizontal, bool auto_scale);
|
||||
|
||||
enum ArrowVisibility {
|
||||
enum ArrowVisibility
|
||||
{
|
||||
HIDE,
|
||||
SHOW,
|
||||
DEFAULT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue