mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Improve the error message given when love.event pumping functions are called with a Canvas active.
This commit is contained in:
@@ -69,7 +69,7 @@ public:
|
||||
|
||||
private:
|
||||
|
||||
void exceptionIfInRenderPass();
|
||||
void exceptionIfInRenderPass(const char *name);
|
||||
|
||||
Message *convert(const SDL_Event &e);
|
||||
Message *convertJoystickEvent(const SDL_Event &e) const;
|
||||
|
||||
Reference in New Issue
Block a user