Fix compile issue.

This commit is contained in:
Jeroen Bakker 2021-07-21 11:09:52 +02:00
parent 82ff5dd911
commit 8b0fac4116
1 changed files with 1 additions and 1 deletions

View File

@ -359,7 +359,7 @@ static World *preview_get_world(Main *pr_main)
result = pr_main->worlds.first;
}
BLI_assert(result & "Preview file has no world.");
BLI_assert(result && "Preview file has no world.");
return result;
}