Исправление. Обращение за пределы массива

This commit is contained in:
sasha80
2026-03-31 12:08:46 +03:00
parent 4a928abc37
commit 8039e6bcb4

View File

@@ -344,7 +344,8 @@ func _on_timeout_ttl(nm, cname):
cls.result_txe = ClasterResult.WAITING
var ctable: GDTable = $'таблица/сетка'
var indexes: = cnames_table[nm]
map_yems_info_to_table(unit_info, ctable, indexes)
if indexes:
map_yems_info_to_table(unit_info, ctable, indexes)
var claster_scale: = name_to_scale[nm] as GridContainer
map_yems_info_to_scale(unit_info, claster_scale)
reset_matrix()