Button test

This commit is contained in:
2023-08-10 22:40:02 -07:00
parent 8c9fa5fd8c
commit 66fca2323e
9 changed files with 71 additions and 6 deletions

View File

@ -16,7 +16,7 @@ namespace Dawn {
*
* @param val Value that is to be used for this property.
*/
void setInternal(V val) {
void setInternal(const V val) {
if(val == this->_realValue) return;// TODO: can I omit this? kinda bad tbh.
// Run the teardowns