fix(vector): No closing semicolon
This commit is contained in:
parent
61716c5d68
commit
ffa9692d24
@ -6,7 +6,7 @@ namespace rage
|
||||
union vector3
|
||||
{
|
||||
T data[3];
|
||||
struct {T x, y, z};
|
||||
struct { T x, y, z; };
|
||||
};
|
||||
|
||||
typedef vector3<float> fvector3;
|
||||
|
Loading…
x
Reference in New Issue
Block a user