Lots of UI Component Updates

This commit is contained in:
2022-10-27 08:16:55 -07:00
parent 57b3354d4c
commit 942de96e16
25 changed files with 387 additions and 56 deletions

View File

@ -146,8 +146,6 @@ namespace Dawn {
++bindIt;
}
std::cout << "Bind " << it->first << ": " << value << std::endl;
// Set into current values
if(this->currentIsLeft) {
this->valuesLeft[it->first] = value;