Button test
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user