Replace Array return types with TypedArray 2
This commit is contained in:
parent
d5606503b4
commit
1abdffe7a0
75 changed files with 301 additions and 263 deletions
|
|
@ -206,7 +206,7 @@ private:
|
|||
void _minimap_draw();
|
||||
void _update_scroll_offset();
|
||||
|
||||
Array _get_connection_list() const;
|
||||
TypedArray<Dictionary> _get_connection_list() const;
|
||||
|
||||
bool lines_on_bg = false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue