Cleanup: use BLI_bitmap type

This commit is contained in:
Campbell Barton
2019-12-20 10:42:32 +11:00
parent ecfb7eab0c
commit 6ccef2aa7e

View File

@@ -130,7 +130,7 @@ typedef struct OGLRender {
int totvideos;
/* For only rendering frames that have a key in animation data. */
unsigned int *render_frames; /* BLI_bitmap */
BLI_bitmap *render_frames;
/* quick lookup */
int view_id;