aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ui_menu.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/ui_menu.hpp b/include/ui_menu.hpp
index 3ed9fa5..8ca9368 100644
--- a/include/ui_menu.hpp
+++ b/include/ui_menu.hpp
@@ -13,13 +13,13 @@ class menuItem {
public:
int member;
Menu *child;
- union {
+ //union {
struct {
vec2 loc;
dim2 dim;
Color color;
- const char *text;
+ std::string text;
menuFunc func;
} button;
struct {
@@ -31,10 +31,10 @@ public:
float maxValue;
float sliderLoc;
- const char *text;
+ std::string text;
float *var;
} slider;
- };
+ //};
menuItem(){}
~menuItem(){
//button.text = NULL;