Fix silly crash on Collada

Note: This was originally wrongly committed together with an outliner tooltip
fix, re-committing separately now. See bd7060a87f.
This commit is contained in:
Dalai Felinto 2018-01-26 08:42:55 -02:00
parent de079abfbd
commit ab77363619
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ EffectsExporter::EffectsExporter(COLLADASW::StreamWriter *sw, const ExportSettin
bool EffectsExporter::hasEffects(Scene *sce)
{
FOREACH_SCENE_OBJECT(scene, ob)
FOREACH_SCENE_OBJECT(sce, ob)
{
int a;
for (a = 0; a < ob->totcol; a++) {