Fix T50687: Cycles baking time estimate and progress bar doesn't work / progress when baking with high samples

This commit is contained in:
Sergey Sharybin 2017-02-16 17:15:08 +01:00
parent 26c8d559fe
commit 306acb7dda
Notes: blender-bot 2023-02-14 07:13:04 +01:00
Referenced by issue #50687, Cycles baking time estimate and progress bar doesn't work / progress when baking with high samples.
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ public:
bool need_update;
int total_pixel_samples;
size_t total_pixel_samples;
private:
BakeData *m_bake_data;