mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-15 00:05:02 +02:00
improvements for non quadratic maps
This commit is contained in:
@ -186,3 +186,8 @@ SDL_Surface * Canvas::getInternalSurface()
|
||||
{
|
||||
return surface;
|
||||
}
|
||||
|
||||
Rect Canvas::getRenderArea() const
|
||||
{
|
||||
return renderArea;
|
||||
}
|
||||
|
Reference in New Issue
Block a user