mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-02-01 10:30:08 -05:00
--Bug fixes
-Fix build on Linux.
This commit is contained in:
parent
4133db9f83
commit
63f933de0e
@ -945,7 +945,7 @@ QString FinalRenderEmberController<T>::CheckMemory(const tuple<size_t, size_t, s
|
||||
QString s;
|
||||
size_t histSize = get<0>(p);
|
||||
size_t totalSize = get<1>(p);
|
||||
auto& selectedDevices = m_FinalRenderDialog->Devices();
|
||||
auto selectedDevices = m_FinalRenderDialog->Devices();
|
||||
static vector<RendererCL<T, float>*> clRenderers;
|
||||
clRenderers.clear();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user