Fix for a bug that style modules from wrong scene render layers

were executed.  The bug was reported by Dazzle in the BA Freestyle
thread, thanks!
This commit is contained in:
Tamito Kajiyama
2010-10-17 14:36:07 +00:00
parent cc77207ca4
commit 90b69a13a7

View File

@@ -363,7 +363,7 @@ void Controller::CloseFile()
}
// clears the canvas
_Canvas->Erase();
_Canvas->Clear();
// clears the grid
_Grid.clear();