mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-11 20:53:43 +00:00
fbb783b947
Ship._emit_telemetry_data() ran get_euler()+trig every physics tick for every ship regardless of whether a HUD was watching, wasting work on AI ships and every headless training instance. Disable _physics_process outright when headless, and skip emission the rest of the time unless a signal actually has a listener.