Исправление. Чистка от пробелов

This commit is contained in:
sasha80
2024-10-28 11:13:08 +03:00
parent c0bab42b32
commit 3ea07e5623
3 changed files with 12 additions and 12 deletions

View File

@@ -76,7 +76,7 @@ func on_timer_check_lost(time_lost: int, threats: Dictionary):
call_deferred('emit_signal', 'threat_lost', th)
if sz != threats.size():
call_deferred('emit_signal', 'threats_resized', threats)
func on_timer_aoa_update(threats:Dictionary):
signaller.emit_signal('th_aoa_update', threats)