mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-16 04:55:16 +00:00
4db5467717
I last-minuted a "X = X * Y" into a "X *= Y" but that turns out to map to "X = Y * X" with our matrix overloads. Reported by: langbart This was SVN commit r25391.