mirror of
https://github.com/vcmi/vcmi.git
synced 2025-12-01 23:12:49 +02:00
Removed text utilities from SDL_Extensions
This commit is contained in:
@@ -742,7 +742,7 @@ const Point & CGuiHandler::getCursorPosition() const
|
||||
|
||||
Point CGuiHandler::screenDimensions() const
|
||||
{
|
||||
return return Point(screen->w, screen->h);
|
||||
return Point(screen->w, screen->h);
|
||||
}
|
||||
|
||||
bool CGuiHandler::isMouseButtonPressed() const
|
||||
|
||||
Reference in New Issue
Block a user