Skip to content

Commit fba3201

Browse files
authored
Update CVector.h
1 parent ffe1f14 commit fba3201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Shared/sdk/CVector.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class CVector
3131
float fZ;
3232

3333
struct NoInit {};
34-
constexpr CVector(NoInit) noexcept {}
34+
CVector(NoInit) noexcept {}
3535

3636
constexpr CVector() noexcept : fX(0.0f), fY(0.0f), fZ(0.0f) {}
3737

0 commit comments

Comments
 (0)