Silencing compiler warning (use of undefined value)

This commit is contained in:
Joshua Leung
2012-08-30 14:09:50 +00:00
parent 7e2ec90db9
commit 09af2fecfb

View File

@@ -4990,7 +4990,7 @@ void autokeyframe_pose_cb_func(bContext *C, Scene *scene, View3D *v3d, Object *o
static void special_aftertrans_update__mask(bContext *C, TransInfo *t)
{
Mask *mask;
Mask *mask = NULL;
if (t->spacetype == SPACE_CLIP) {
SpaceClip *sc = t->sa->spacedata.first;