Fix clean build

gZeroVec in JGeometry/TVec.hpp was incorrectly declared non-const.
Introduced in commit 8b348cb0ed199e0abac6a9d76db090f7c69cbe69
This commit is contained in:
Headpenguin 2024-04-14 13:43:14 -04:00
parent c222922c99
commit 53dce61f4b

View File

@ -6,7 +6,7 @@
#include "JSystem/JGeometry/TUtil.hpp"
#include <JSystem/JMath/JMath.hpp>
extern Vec gZeroVec;
extern const Vec gZeroVec;
namespace JGeometry {
void negateInternal(const f32 *rSrc, f32 *rDest);