Wargus / stratagus

The Stratagus strategy game engine
GNU General Public License v2.0
626 stars 119 forks source link

[bugfix] edge scroll (down+right only) broken #683

Closed Jarod42 closed 4 months ago

Jarod42 commented 4 months ago

Fix typo: ScrollRightDown = ScrollRight | ScrollLeft -> ScrollDown | ScrollLeft.

closes #682