mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
Clears the scissor in the error screen
This commit is contained in:
@@ -639,6 +639,7 @@ function love.errhand(msg)
|
||||
end
|
||||
|
||||
-- Load.
|
||||
love.graphics.setScissor()
|
||||
love.graphics.setBackgroundColor(89, 157, 220)
|
||||
local font = love.graphics.newFont(love._vera_ttf, 14)
|
||||
love.graphics.setFont(font)
|
||||
|
||||
Reference in New Issue
Block a user