Correct warning

This commit is contained in:
Campbell Barton 2015-05-01 01:36:36 +10:00
parent 3a9726783f
commit 5ced6cb2bc
1 changed files with 1 additions and 1 deletions

View File

@ -551,7 +551,7 @@ static bool ed_preview_draw_rect(ScrArea *sa, int split, int first, rcti *rect,
re = RE_GetRender(name);
if (re == NULL)
return;
return false;
RE_AcquireResultImageViews(re, &rres);