Cycles: Fix viewport rendering with multiple GPU devices

This commit is contained in:
Sergey Sharybin 2015-12-31 17:48:38 +05:00
parent 82a1adfbdf
commit 99da8e1ed8
Notes: blender-bot 2023-02-21 17:59:30 +01:00
Referenced by issue #47105, Blender does build in windows with Cmake MVSC: libmv error
1 changed files with 3 additions and 0 deletions

View File

@ -163,6 +163,9 @@ int TileManager::gen_tiles(bool sliced)
}
}
}
if(sliced) {
tile_list++;
}
}
return tile_index;