mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-03 10:27:07 +00:00
7e2512a739
5c642611c4introduces undefined behaviour: for vertices that are part of non-AA squares, the value of "quadOutward" is undefined. This fixes that by again setting it to QUADRANT_ALL by default, as it was pre5c642611c4. This led to OOS. Reviewed By: elexis Fixes #5508 Differential Revision: https://code.wildfiregames.com/D2082 This was SVN commit r22483.