mirror of
https://github.com/love2d/love.git
synced 2026-08-18 11:44:15 +02:00
Enable OpenGL’s debug output when the LOVE_GRAPHICS_DEBUG environment variable is ‘1’. Resolves issue #607.
This commit is contained in:
@@ -115,6 +115,8 @@ public:
|
||||
virtual bool setMode(int width, int height);
|
||||
virtual void unSetMode();
|
||||
|
||||
void setDebug(bool enable);
|
||||
|
||||
/**
|
||||
* Resets the current color, background color,
|
||||
* line style, and so forth. (This will be called
|
||||
|
||||
Reference in New Issue
Block a user