From 84a32829334644afe80139d0513533be1f6d2e13 Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Mon, 1 Nov 2010 10:22:46 +0000 Subject: Patch: [#24479] fix for bug 24474, by Anthony Edlin. Thanks! This fixes [#24474] Pressing or clicking "Play Animation ... reverse = True" does not play animation backwards --- source/blender/editors/include/ED_screen_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/include') diff --git a/source/blender/editors/include/ED_screen_types.h b/source/blender/editors/include/ED_screen_types.h index 18d6a1a48cc..240075565af 100644 --- a/source/blender/editors/include/ED_screen_types.h +++ b/source/blender/editors/include/ED_screen_types.h @@ -52,7 +52,7 @@ enum { /* don't drop frames (and ignore SCE_FRAME_DROP flag) */ ANIMPLAY_FLAG_NO_SYNC = (1<<3), /* use nextfra at next timer update */ - ANIMPLAY_FLAG_USE_NEXT_FRAME, + ANIMPLAY_FLAG_USE_NEXT_FRAME = (1<<4) }; /* ----------------------------------------------------- */ -- cgit v1.2.3