mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-03-22 10:41:43 +00:00
*sigh*
This commit is contained in:
parent
66e6e6329f
commit
19deac0707
1 changed files with 1 additions and 1 deletions
2
ir.c
2
ir.c
|
@ -3186,7 +3186,7 @@ static void gen_vector_fields(prog_section_field fld, const char *name)
|
|||
if (!name || OPTS_FLAG(SINGLE_VECTOR_DEFS))
|
||||
return;
|
||||
|
||||
def.type = TYPE_FLOAT;
|
||||
fld.type = TYPE_FLOAT;
|
||||
|
||||
len = strlen(name);
|
||||
|
||||
|
|
Loading…
Reference in a new issue