fix spacing

This commit is contained in:
lesleyrs
2026-03-14 16:39:05 +01:00
committed by Ben Visness
parent 719f7652c5
commit 871bbb2236

View File

@@ -256,7 +256,7 @@ typedef union HMM_Vec2
#ifdef __cplusplus
inline float &operator[](int Index) { return Elements[Index]; }
inline const float& operator[](int Index) const { return Elements[Index]; }
inline const float &operator[](int Index) const { return Elements[Index]; }
#endif
} HMM_Vec2;