Cleanup: fix compiler warning

This commit is contained in:
Brecht Van Lommel
2019-06-07 20:40:06 +02:00
parent fb03f50e06
commit 4fb4415172

View File

@@ -1894,6 +1894,9 @@ static bool draw_cache_view_cb(
else {
return false;
}
default:
return false;
}
int cfra = seq->start + nfra;