haekb / nolf2-modernizer

NOLF 2 Modernizer aims to unlock resolution support, restore multi-player support, and fix a few bugs here and there.
https://haekb.itch.io/nolf2-modernizer
30 stars 4 forks source link

Allow GameInputMgr::MouseUp to run no matter what mode the game is at. #66

Closed haekb closed 4 years ago

haekb commented 4 years ago

Resolves #65

I just removed the "Is in game" check on OnMouseUp. It turns out we want to release the mouse too! Whoops.