mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-04-08 02:12:17 +00:00
[qfcc] Set branched struct size too
Yet another fix for block types :/
This commit is contained in:
parent
de0b8bf476
commit
1e58a1b12e
1 changed files with 1 additions and 0 deletions
|
@ -141,6 +141,7 @@ glsl_block_type (const type_t *type, const char *pre_tag)
|
|||
symtab_addsymbol (nt->symtab, sym);
|
||||
}
|
||||
nt->symtab->count = type->symtab->count;
|
||||
nt->symtab->size = type->symtab->size;
|
||||
return nt;
|
||||
}
|
||||
return type;
|
||||
|
|
Loading…
Reference in a new issue