IswaGroup has own dataProcessor

This commit is contained in:
Sebastian Piwell
2016-05-20 12:48:48 -04:00
parent 672933cd05
commit 57cd44535d
17 changed files with 553 additions and 117 deletions

View File

@@ -75,7 +75,7 @@ void renderOptionProperty(Property* prop) {
void renderSelectionProperty(Property* prop) {
SelectionProperty* p = static_cast<SelectionProperty*>(prop);
std::string name = p->guiName();
if (ImGui::CollapsingHeader((name).c_str())) {
const std::vector<SelectionProperty::Option>& options = p->options();
std::vector<int> newSelectedIndices;