Исправление. Обращение за пределы массива
This commit is contained in:
@@ -344,7 +344,8 @@ func _on_timeout_ttl(nm, cname):
|
|||||||
cls.result_txe = ClasterResult.WAITING
|
cls.result_txe = ClasterResult.WAITING
|
||||||
var ctable: GDTable = $'таблица/сетка'
|
var ctable: GDTable = $'таблица/сетка'
|
||||||
var indexes: = cnames_table[nm]
|
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
|
var claster_scale: = name_to_scale[nm] as GridContainer
|
||||||
map_yems_info_to_scale(unit_info, claster_scale)
|
map_yems_info_to_scale(unit_info, claster_scale)
|
||||||
reset_matrix()
|
reset_matrix()
|
||||||
|
|||||||
Reference in New Issue
Block a user