Disable Threads on Single Core

This commit is contained in:
Mark Watkins 2011-09-01 00:38:21 +10:00
parent 0f8defb3c4
commit 7169f20c50

View File

@ -1218,7 +1218,6 @@ void gGraphView::paintGL()
threaded=true; threaded=true;
} else threaded=false; } else threaded=false;
threaded=true;
for (int i=0;i<m_graphs.size();i++) { for (int i=0;i<m_graphs.size();i++) {
if (m_graphs[i]->isEmpty() || !m_graphs[i]->visible()) continue; if (m_graphs[i]->isEmpty() || !m_graphs[i]->visible()) continue;
numgraphs++; numgraphs++;