mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-01 13:56:06 -04:00
--User changes
-Allow for continuous update during interactive rendering. --Code changes -Make some variation related functions const where appropriate. -Use auto keyword more.
This commit is contained in:
@ -945,7 +945,7 @@ eRenderStatus RendererCL<T>::RunLogScaleFilter()
|
||||
m_ErrorReport.push_back(loc);
|
||||
}
|
||||
|
||||
if (b && m_Callback)
|
||||
if (b && m_Callback && m_LastIterPercent >= 99.0)//Only update progress if we've really reached the end, not via forced output.
|
||||
m_Callback->ProgressFunc(m_Ember, m_ProgressParameter, 100.0, 1, 0.0);
|
||||
|
||||
return b ? RENDER_OK : RENDER_ERROR;
|
||||
|
Reference in New Issue
Block a user