mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-04 20:24:23 +02:00
Re-enable native builds
This commit is contained in:
parent
4b7408a4d1
commit
420c774a43
4 changed files with 56 additions and 65 deletions
|
@ -382,8 +382,8 @@ void Terminal::update_sizes(bool force)
|
|||
Vector2 prev_size = Vector2(size);
|
||||
int32_t prev_font_size = font_size;
|
||||
Vector2 prev_cell_size = Vector2(cell_size);
|
||||
uint prev_cols = cols;
|
||||
uint prev_rows = rows;
|
||||
unsigned int prev_cols = cols;
|
||||
unsigned int prev_rows = rows;
|
||||
|
||||
size = get_size();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue