mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Added a workaround for an AMD driver bug where setCanvas + clear + setCanvas doesn't work.
This commit is contained in:
@@ -518,6 +518,8 @@ private:
|
||||
void restoreState(const DisplayState &s);
|
||||
void restoreStateChecked(const DisplayState &s);
|
||||
|
||||
void dummyDraw();
|
||||
|
||||
void checkSetDefaultFont();
|
||||
|
||||
StrongRef<love::window::Window> currentWindow;
|
||||
|
||||
Reference in New Issue
Block a user