Cleanup ImguiVisitor & image shaders interface

This commit is contained in:
brunoherbelin
2020-04-28 13:55:52 +02:00
parent 203ee4bea9
commit 091eceefe5
4 changed files with 10 additions and 9 deletions

View File

@@ -25,7 +25,7 @@ public:
uint mask;
float stipple;
static const char* mask_names[];
static const char* mask_names[10];
static std::vector< uint > mask_presets;
};