Fixed the default blend mode (and other related state)

This commit is contained in:
Alex Szpakowski
2013-05-12 05:49:00 -03:00
parent b391a9f4a6
commit c1cbd610e6
-4
View File
@@ -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;