tests file for DenseVector3i, fixed typo in hpp file
This commit is contained in:
@@ -149,7 +149,7 @@ namespace OpenVulkano::Math
|
||||
|
||||
[[nodiscard]] constexpr bool operator !=(DenseVec3 rhs) const
|
||||
{
|
||||
return data == rhs.data;
|
||||
return data != rhs.data;
|
||||
}
|
||||
|
||||
[[nodiscard]] explicit constexpr operator Math::Vector3i() const
|
||||
|
||||
Reference in New Issue
Block a user