mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Rename internal batched draw code to be more clear
This commit is contained in:
@@ -82,7 +82,7 @@ void Deprecations::draw(Graphics *gfx)
|
||||
font.set(gfx->newDefaultFont(9, hinting), Acquire::NORETAIN);
|
||||
}
|
||||
|
||||
gfx->flushStreamDraws();
|
||||
gfx->flushBatchedDraws();
|
||||
|
||||
gfx->push(Graphics::STACK_ALL);
|
||||
gfx->reset();
|
||||
|
||||
Reference in New Issue
Block a user