Cycles: attempted fixes for OS X preview render problem, and disable

kernel cache there now as well since it seems to give issues there.
This commit is contained in:
Brecht Van Lommel
2011-09-14 22:26:55 +00:00
parent f97d7b234d
commit 089abdecf7
6 changed files with 12 additions and 4 deletions

View File

@@ -96,7 +96,7 @@ void TileManager::set_tiles()
bool TileManager::done()
{
return (state.pass+1 >= passes && state.resolution == 1);
return (state.pass+1 >= passes);
}
bool TileManager::next()