fix: still had an integer definition in vec2.h

This commit is contained in:
2025-02-14 14:16:50 +01:00
parent 1c2706306d
commit 4bd65a4c00

View File

@@ -4,8 +4,6 @@
#define VEC2_COMB1(a, b) VEC2_COMB2(a, b)
#endif
#define VEC2_TYPE int
#ifdef VEC2_TYPE
// customising the linkage