summaryrefslogtreecommitdiff
path: root/src/gui/guiFormSpecMenu.h
diff options
context:
space:
mode:
authorThomas--S <Thomas--S@users.noreply.github.com>2018-04-23 19:50:50 +0200
committerrubenwardy <rw@rubenwardy.com>2018-04-23 18:50:50 +0100
commit9577a4396aa139a748878a11eec8922ce92de575 (patch)
treeef2f879b20af3ef260397492dfa24ebdced5c3c7 /src/gui/guiFormSpecMenu.h
parent12a8f8826d54362d70aae8524aa88118f2d84692 (diff)
downloadminetest-9577a4396aa139a748878a11eec8922ce92de575.tar.gz
minetest-9577a4396aa139a748878a11eec8922ce92de575.tar.bz2
minetest-9577a4396aa139a748878a11eec8922ce92de575.zip
Formspecs: Allow setting alpha value for the box[] element
Diffstat (limited to 'src/gui/guiFormSpecMenu.h')
-rw-r--r--src/gui/guiFormSpecMenu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/guiFormSpecMenu.h b/src/gui/guiFormSpecMenu.h
index 51d25a4f5..013ba65cb 100644
--- a/src/gui/guiFormSpecMenu.h
+++ b/src/gui/guiFormSpecMenu.h
@@ -223,7 +223,7 @@ class GUIFormSpecMenu : public GUIModalMenu
struct BoxDrawSpec
{
- BoxDrawSpec(v2s32 a_pos, v2s32 a_geom,irr::video::SColor a_color):
+ BoxDrawSpec(v2s32 a_pos, v2s32 a_geom, irr::video::SColor a_color):
pos(a_pos),
geom(a_geom),
color(a_color)