mirror of
https://github.com/SMGCommunity/Petari.git
synced 2025-02-18 13:09:19 +00:00
Fix clean build
gZeroVec in JGeometry/TVec.hpp was incorrectly declared non-const. Introduced in commit 8b348cb0ed199e0abac6a9d76db090f7c69cbe69
This commit is contained in:
parent
c222922c99
commit
53dce61f4b
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user