mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Fixed the default blend mode (and other related state)
This commit is contained in:
@@ -124,10 +124,6 @@ void Graphics::restoreState(const DisplayState &s)
|
||||
|
||||
bool Graphics::setMode(int width, int height)
|
||||
{
|
||||
DisplayState tempState;
|
||||
if (isCreated())
|
||||
savedState = saveState();
|
||||
|
||||
this->width = width;
|
||||
this->height = height;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user