Silencing compiler warning (use of undefined value)
This commit is contained in:
@@ -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)
|
static void special_aftertrans_update__mask(bContext *C, TransInfo *t)
|
||||||
{
|
{
|
||||||
Mask *mask;
|
Mask *mask = NULL;
|
||||||
|
|
||||||
if (t->spacetype == SPACE_CLIP) {
|
if (t->spacetype == SPACE_CLIP) {
|
||||||
SpaceClip *sc = t->sa->spacedata.first;
|
SpaceClip *sc = t->sa->spacedata.first;
|
||||||
|
Reference in New Issue
Block a user