1
0
Fork 0

Modified Files:

src/Input/input.cxx: Do not change mouse modes if we had
	a valid scenery pick.
This commit is contained in:
frohlich 2007-01-07 08:33:02 +00:00
parent 994c8efa00
commit ee30992e55

View file

@ -299,7 +299,7 @@ FGInput::doMouseClick (int b, int updown, int x, int y)
for (i = pickList.begin(); i != pickList.end(); ++i) {
if (i->callback->buttonPressed(b, i->info)) {
_activePickCallbacks[b].push_back(i->callback);
break;
return;
}
}
}