ScopeVisualProcessor now working

This commit is contained in:
Charles J. Cliffe
2015-08-01 11:03:00 -04:00
parent cd0adb0339
commit 560eec1336
9 changed files with 50 additions and 41 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#include "ScopeVisualProcessor.h"
void ScopeVisualProcessor::process() {
if (isOutputEmpty()) {
if (!isOutputEmpty()) {
return;
}
if (!input->empty()) {