mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-17 09:02:25 +00:00
make the 'vector' type use qcfloat instead of float
This commit is contained in:
parent
b3d4e406ec
commit
0c74f8fdb9
1 changed files with 1 additions and 1 deletions
2
gmqcc.h
2
gmqcc.h
|
@ -783,7 +783,7 @@ enum store_types {
|
|||
};
|
||||
|
||||
typedef struct {
|
||||
float x, y, z;
|
||||
qcfloat x, y, z;
|
||||
} vector;
|
||||
|
||||
vector vec3_add (vector, vector);
|
||||
|
|
Loading…
Reference in a new issue