mirror of
https://github.com/Mr-X-GTA/GTAV-Classes-1.git
synced 2024-12-22 22:47:32 +08:00
fix(vector): No closing semicolon
This commit is contained in:
parent
8118929e97
commit
47d153b423
@ -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…
Reference in New Issue
Block a user