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 e89145efd3
commit 67169e70d6
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;