14 lines
322 B
Diff
14 lines
322 B
Diff
diff --git a/src/FXReactor.cpp b/src/FXReactor.cpp
|
|
index 1ecdb45..9058a30 100644
|
|
--- a/src/FXReactor.cpp
|
|
+++ b/src/FXReactor.cpp
|
|
@@ -452,7 +452,7 @@ FXint FXReactor::processActiveHandles(FXTime block,FXuint flags){
|
|
}
|
|
|
|
// Normal case
|
|
- if(0<=hand){
|
|
+ if(0==hand){
|
|
|
|
// Any handles active?
|
|
if(0<nhand){
|