mirror of
				https://github.com/NoelFB/blah.git
				synced 2025-10-31 01:01:33 +08:00 
			
		
		
		
	fixed Mat3x2 == operator
This commit is contained in:
		| @ -46,7 +46,7 @@ Mat3x2& Mat3x2::operator*=(const Mat3x2& rhs) | |||||||
|  |  | ||||||
| bool Mat3x2::operator ==(const Mat3x2& rhs) | bool Mat3x2::operator ==(const Mat3x2& rhs) | ||||||
| { | { | ||||||
| 	return memcmp(this, &rhs, sizeof(Mat3x2)); | 	return memcmp(this, &rhs, sizeof(Mat3x2)) == 0; | ||||||
| } | } | ||||||
|  |  | ||||||
| bool Mat3x2::operator !=(const Mat3x2& rhs) | bool Mat3x2::operator !=(const Mat3x2& rhs) | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user