git-svn-id: svn://db.shs.com.ru/libs@663 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -83,7 +83,7 @@ void TonemappingProc::timerEvent(QTimerEvent * e) {
|
||||
if (!fbo_1x1.isInit()) return;
|
||||
if (timer_delim == 0)
|
||||
need_render_sum = true;
|
||||
timer_delim = (++timer_delim) % 10;
|
||||
timer_delim = (timer_delim + 1) % 10;
|
||||
mutex.lock();
|
||||
float fmax = frame_max;
|
||||
mutex.unlock();
|
||||
|
||||
Reference in New Issue
Block a user