From 7169f20c50c6225ceb8d2223a935afec889ff82c Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Thu, 1 Sep 2011 00:38:21 +1000 Subject: [PATCH] Disable Threads on Single Core --- Graphs/gGraphView.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Graphs/gGraphView.cpp b/Graphs/gGraphView.cpp index 45a613b6..04381797 100644 --- a/Graphs/gGraphView.cpp +++ b/Graphs/gGraphView.cpp @@ -1218,7 +1218,6 @@ void gGraphView::paintGL() threaded=true; } else threaded=false; - threaded=true; for (int i=0;iisEmpty() || !m_graphs[i]->visible()) continue; numgraphs++;