mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-05 22:25:27 +00:00
7a48606471
This needs to use the model-view matrix, not model-view-projection (the transform uniform), else the axes won't be unit vectors and the particle sizes will be wrong. But GLES doesn't have the pre-defined matrices, so pass it in explicitly. This was SVN commit r16165.