mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-07 02:05:39 +00:00
1056788a6a
- Removed a debug assertion that could occur in windowed mode if you moved your mouse above or to the left of the window (client x and y >= 0); instead, negative client coordinates are now clipped to 0. (The coordinates can't actually stay negative because we are casting them to uints, so that would give very large values.) This was SVN commit r4323.