Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source/blender/editors/render/render_opengl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/render/render_opengl.c b/source/blender/editors/render/render_opengl.c
index c7a93e371fb..9a1eef348f9 100644
--- a/source/blender/editors/render/render_opengl.c
+++ b/source/blender/editors/render/render_opengl.c
@@ -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;