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:
authorJoshua Leung <aligorith@gmail.com>2010-07-19 15:47:46 +0400
committerJoshua Leung <aligorith@gmail.com>2010-07-19 15:47:46 +0400
commitf7298287b34f34c120788a456dfc43351467a3cc (patch)
tree15fc70a48f5fe2c0a477234ef622fb749b517143 /source/blender/windowmanager
parent185036c3ed3d623c580834604deca4beab514e35 (diff)
Bugger... msvc didn't bail out on these...
Diffstat (limited to 'source/blender/windowmanager')
-rw-r--r--source/blender/windowmanager/intern/wm_event_system.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/windowmanager/intern/wm_event_system.c b/source/blender/windowmanager/intern/wm_event_system.c
index dfb802f26b4..63dcda3c12e 100644
--- a/source/blender/windowmanager/intern/wm_event_system.c
+++ b/source/blender/windowmanager/intern/wm_event_system.c
@@ -1594,7 +1594,7 @@ void wm_event_do_handlers(bContext *C)
CTX_data_scene_set(C, scene);
if(((playing == 1) && (!win->screen->animtimer)) || ((playing == 0) && (win->screen->animtimer))){
- ED_screen_animation_play(C, -1, 1, 1);
+ ED_screen_animation_play(C, -1, 1);
}
if(playing == 0) {