GL context init fixes and warning cleanup

This commit is contained in:
Charles J. Cliffe
2015-01-20 19:13:49 -05:00
parent 3b23813e7b
commit 4dad30e9bd
12 changed files with 33 additions and 20 deletions
+2
View File
@@ -27,6 +27,8 @@ void DemodulatorWorkerThread::threadMain() {
filterChanged = true;
filterCommand = command;
break;
default:
break;
}
done = commandQueue->empty();
}