style cleanup

This commit is contained in:
2013-03-18 11:44:56 +00:00
parent b19155e76c
commit 655ed9cc7f
28 changed files with 64 additions and 64 deletions

View File

@@ -1484,7 +1484,7 @@ static void tag_scenes_for_render(Render *re)
if (node->id) {
if (!MAIN_VERSION_ATLEAST(re->main, 265, 5)) {
if (rlayer_node_uses_alpha(re->scene->nodetree, node)) {
Scene *scene = (Scene*) node->id;
Scene *scene = (Scene *)node->id;
if (scene->r.alphamode != R_ALPHAPREMUL) {
BKE_reportf(re->reports, RPT_WARNING, "Setting scene %s alpha mode to Premul", scene->id.name + 2);