Improve the error message given when love.event pumping functions are called with a Canvas active.

This commit is contained in:
Alex Szpakowski
2018-01-14 19:25:38 -04:00
parent 39201af79f
commit c798cce89d
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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;