From bccb1d61907fea45c5e84b29499989f7cee104a5 Mon Sep 17 00:00:00 2001 From: Fox Caminiti Date: Thu, 4 Aug 2022 12:33:54 -0400 Subject: loaded bitmap wrap buffer seems stable --- main.h | 1 - 1 file changed, 1 deletion(-) (limited to 'main.h') diff --git a/main.h b/main.h index 0067c26..965cef7 100644 --- a/main.h +++ b/main.h @@ -61,7 +61,6 @@ struct cached_bitmap { source *SourceOwner; // Which source it belongs to. Currently used to dereference the bitmap. void *Data; // Unpacked data loaded from the source file. uint32 Frame; // What frame it is. - uint32 Index; // Index in memory. }; struct memory { -- cgit v1.2.3