diff options
Diffstat (limited to 'scriptc')
| -rw-r--r-- | scriptc/rs_types.rsh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/scriptc/rs_types.rsh b/scriptc/rs_types.rsh index ddae7eb1..fd9ac16c 100644 --- a/scriptc/rs_types.rsh +++ b/scriptc/rs_types.rsh @@ -67,10 +67,7 @@ typedef struct { float m[4]; } rs_matrix2x2; -typedef struct { - float w, x, y, z; -} rs_quaternion; - +typedef float4 rs_quaternion; #define RS_PACKED __attribute__((packed, aligned(4))) |
