mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-25 11:27:16 +00:00
e0d98cd94d
The UnitManager already lists all units, so we do not need to go through
the visual actor of entities to update them. This is faster and
decouples simulation & graphics code slightly.
Further, the simulation does not need to know about texture changes (see
also 410d2e883a), so remove those calls in Atlas.
Differential Revision: https://code.wildfiregames.com/D4455
This was SVN commit r26270.