[qfcc] Set branched struct size too

Yet another fix for block types :/
This commit is contained in:
Bill Currie 2025-02-16 17:32:47 +09:00
parent de0b8bf476
commit 1e58a1b12e

View file

@ -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;