Correct warning

This commit is contained in:
2015-05-01 01:36:36 +10:00
parent 3a9726783f
commit 5ced6cb2bc

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);