mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
metal: fix compile error
This commit is contained in:
@@ -1791,7 +1791,7 @@ void Graphics::setColor(Colorf c)
|
||||
states.back().color = c;
|
||||
}
|
||||
|
||||
void Graphics::setScissor(const Rect &rect)
|
||||
void Graphics::setScissor(const FRect &rect)
|
||||
{
|
||||
flushBatchedDraws();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user