add rumbler plugin, perspective plugin fixes
[goodguy/history.git] / cinelerra-5.1 / plugins / perspective / perspective.C
index c9ec3e4f4ec01edba5dcc0fafde1cbfd810782e4..ea1aa4d7bee08398763e75f8fda1e5cb8e3f6006 100644 (file)
@@ -906,7 +906,7 @@ case tag: { \
                }
        }
 
-       return 1;
+       return 0;
 }
 
 
@@ -919,7 +919,7 @@ int PerspectiveMain::handle_opengl()
                config.x3, config.y3, config.x4, config.y4,
                config.forward);
        engine->set_opengl(0);
-       return 0;
 #endif
+       return 0;
 }