From 355ee12c3f363eb1a30352df3094ff6d1840ef31 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Thu, 12 Sep 2024 13:50:33 +0900 Subject: [PATCH] [qfcc] Give qfo spaces support for names Fortunately, there was a reserved spot that could be used for the name thus no need for a version update. The name isn't used yet but will be for glsl support. --- tools/qfcc/include/obj_file.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/qfcc/include/obj_file.h b/tools/qfcc/include/obj_file.h index 4c4eee75d..2d92bec9b 100644 --- a/tools/qfcc/include/obj_file.h +++ b/tools/qfcc/include/obj_file.h @@ -92,7 +92,7 @@ typedef struct qfo_space_s { pr_uint_t data_size; ///< in elements. zero for entity spaces pr_uint_t id; pr_uint_t alignment; ///< min alignment for space (1<