diff --git a/src/modules/math/math.h b/src/modules/math/math.h index 0427b474..56990ee6 100644 --- a/src/modules/math/math.h +++ b/src/modules/math/math.h @@ -46,9 +46,9 @@ typedef enum { typedef union { void* pointer; struct { - unsigned index : 24; unsigned type : 4; unsigned generation : 4; + unsigned index : 24; unsigned padding : 32; } handle; } Vector;