mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-16 15:17:13 +02:00
Update Vector.hpp
This commit is contained in:
@ -270,7 +270,7 @@ template < class T > struct SqVector
|
|||||||
*/
|
*/
|
||||||
SQMOD_NODISCARD bool IsNull() const
|
SQMOD_NODISCARD bool IsNull() const
|
||||||
{
|
{
|
||||||
return static_cast< bool >(mC);
|
return !mC;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* --------------------------------------------------------------------------------------------
|
/* --------------------------------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user