mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-26 17:34:10 +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.