Fix for unlikely NULL pointer dereference

Potential crash reading freestyle modifiers from future blend-files
This commit is contained in:
2015-02-20 17:17:36 +11:00
parent 1ec83f41c1
commit 919e38cfc8
4 changed files with 10 additions and 3 deletions

View File

@@ -928,7 +928,6 @@ bool RE_bake_internal(
case SCE_PASS_UV:
{
return bake_uv(pixel_array, num_pixels, depth, result);
break;
}
default:
break;