mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-23 12:44:02 +00:00
GUI: Fix int/int32 build failures
All of this is because Rect and Surface have moved to int32
This commit is contained in:
parent
d77074490f
commit
c2bd0cfb90
@ -315,7 +315,7 @@ void EditableWidget::drawCaret(bool erase) {
|
||||
|
||||
if (erase) {
|
||||
GUI::EditableWidget::String character;
|
||||
int width;
|
||||
int32 width;
|
||||
|
||||
if ((uint)_caretPos < _editString.size()) {
|
||||
const byte chr = _editString[_caretPos];
|
||||
|
Loading…
x
Reference in New Issue
Block a user