]> git.mxchange.org Git - flightgear.git/blobdiff - src/Input/input.cxx
return attribute mask as unsigned
[flightgear.git] / src / Input / input.cxx
index 3ecf5142f8c796faf6064a88076a1eb48cd41d60..f4168b55df72aae08b7e776088c9d617adaae67c 100644 (file)
@@ -327,8 +327,6 @@ FGInput::doMouseClick (int b, int updown, int x, int y, bool mainWindow, const o
   }
 
   if (mode.pass_through) {
-    // The pu stuff seems to need that. May be it does opengl picking ...
-    fgMakeCurrent();
     if (0 <= x && 0 <= y && puMouse(b, updown, x, y))
       return;
     else if (0 <= x && 0 <= y && (globals->get_current_panel() != 0) &&