Button test

This commit is contained in:
2023-08-10 22:40:02 -07:00
parent 0cde186bf7
commit 5ec1659865
7 changed files with 47 additions and 5 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