mirror of
https://github.com/Ale32bit/Capy64.git
synced 2025-01-18 18:46:43 +00:00
Revert "Bugfix width being offset by 1"
This reverts commit dd1834ad2b
.
This commit is contained in:
parent
dd1834ad2b
commit
aee3434b44
1 changed files with 1 additions and 1 deletions
|
@ -399,7 +399,7 @@ internal class Term : IComponent
|
||||||
L.ArgumentError(2, "number must be greater than 0");
|
L.ArgumentError(2, "number must be greater than 0");
|
||||||
}
|
}
|
||||||
|
|
||||||
SetSize(w - 1, h);
|
SetSize(w, h);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue