update color at picking and cleanup code from some warnings
This commit is contained in:
@@ -48,7 +48,7 @@ bool NodePanelStroke::import_abr(const std::string& path)
|
||||
|
||||
abr.open(path);
|
||||
|
||||
int tot = abr.m_samples.size() + abr.m_patterns.size() + abr.m_presets.size();
|
||||
int tot = (int)(abr.m_samples.size() + abr.m_patterns.size() + abr.m_presets.size());
|
||||
std::atomic_int count(0);
|
||||
|
||||
parallel_for(abr.m_samples.size(), [&](size_t i)
|
||||
|
||||
Reference in New Issue
Block a user