1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00
This commit is contained in:
Mathieu Schroeter 2022-01-14 23:26:40 +01:00
parent b8e2eae480
commit d5cf8820ef
No known key found for this signature in database
GPG Key ID: 8B9145A5FA9DA8A8

View File

@ -201,7 +201,7 @@ DrawText (
{
if (isRightReading && numberSize == 0)
{
const auto test = [](const char * text) -> bool {
const auto test = [] (const char * text) -> bool {
return *text > ' ' && *text <= '~';
};
it = pText;