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:
authorStephen Swaney <sswaney@centurytel.net>2008-03-20 17:54:57 +0300
committerStephen Swaney <sswaney@centurytel.net>2008-03-20 17:54:57 +0300
commitcd3a910bf566015d4ee28d438c8c73dccd177509 (patch)
treeaab654938ddc88dcfd9ce2faadc9c4a195b960ad
parent8bf91e42e71c3db43d6f19187a59b58618b819a9 (diff)
typo for REDRAWBUTSOBJECT broke build.
-rw-r--r--source/blender/src/editaction.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/editaction.c b/source/blender/src/editaction.c
index 14f89232af2..1a1bb9f4fb1 100644
--- a/source/blender/src/editaction.c
+++ b/source/blender/src/editaction.c
@@ -1432,7 +1432,7 @@ void insertkey_action(void)
allqueue(REDRAWACTION, 0);
allqueue(REDRAWIPO, 0);
allqueue(REDRAWNLA, 0);
- allqueue(REDRAWBUTSOBJ, 0);
+ allqueue(REDRAWBUTSOBJECT, 0);
}
/* delete selected keyframes */