mirror of
https://github.com/edubart/otclient.git
synced 2025-12-26 01:37:12 +01:00
add framebuffer support for old video cards
This commit is contained in:
@@ -56,7 +56,8 @@ public:
|
||||
// drawing API
|
||||
void drawTexturedRect(const Rect& screenCoords,
|
||||
const TexturePtr& texture,
|
||||
const Rect& textureCoords = Rect());
|
||||
const Rect& textureCoords = Rect(),
|
||||
bool upsideDown = false);
|
||||
|
||||
void drawRepeatedTexturedRect(const Rect& screenCoords,
|
||||
const TexturePtr& texture,
|
||||
|
||||
Reference in New Issue
Block a user