mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-19 04:53:12 +01:00
Replace str_is_null_or_empty() with String::IsNullOrEmpty()
This commit is contained in:
@@ -290,7 +290,7 @@ public:
|
||||
}
|
||||
|
||||
// IME composition
|
||||
if (!str_is_null_or_empty(gTextInput->ImeBuffer))
|
||||
if (!String::IsNullOrEmpty(gTextInput->ImeBuffer))
|
||||
{
|
||||
DrawIMEComposition(dpi, cursorX, cursorY);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user