Re-enable native builds

This commit is contained in:
Leroy Hopson 2024-02-13 15:22:16 +13:00
parent 4b7408a4d1
commit 420c774a43
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA
4 changed files with 56 additions and 65 deletions

View file

@ -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();