summaryrefslogtreecommitdiff
path: root/main.h
diff options
context:
space:
mode:
authorFox Caminiti <fox@foxcam.net>2022-08-04 12:33:54 -0400
committerFox Caminiti <fox@foxcam.net>2022-08-04 12:33:54 -0400
commitbccb1d61907fea45c5e84b29499989f7cee104a5 (patch)
tree8e70ecab3bce134d2b5100cfd67f37dee2dccda3 /main.h
parent8875d0226f0d38a1e5ef946e56cd15810627f5ac (diff)
loaded bitmap wrap buffer seems stable
Diffstat (limited to 'main.h')
-rw-r--r--main.h1
1 files changed, 0 insertions, 1 deletions
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 {