Рефактор.

This commit is contained in:
sasha80
2025-12-11 11:14:38 +03:00
parent 94f5159ad9
commit 304a8c6453
2 changed files with 3 additions and 3 deletions

View File

@@ -273,7 +273,7 @@ func on_th_aoa_update(threats: Dictionary, ecms: Dictionary, unit_instance) -> v
gos_nmfs.clear()
for thr in threats.values():
var fs_arr: Array = []
var th_aoa = fposmod(thr.aoa - course, 360)
var th_aoa: = fposmod(thr.aoa - course, 360)
prd.find_fs_index(th_aoa, thr.freq, fs_arr)
if fs_arr.size():
for item in fs_arr: