Quantx / CC2-UI-Enhancer

UI Enhancer mod for Carrier Command 2
58 stars 17 forks source link

Optimise Loop Check (landing screen) #52

Open NexusQuile opened 6 months ago

NexusQuile commented 6 months ago

Removes iteration over waypoints to determine whether they loop. The loop index is always stored in the last waypoint.

inorton commented 1 month ago

This is a good change, and if I were maintaining the game itself I'd pull it in, but I dont think it will make a great deal of difference at runtime at all, and could make syncing to/from the sdk or other mods harder.