mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
error handler: increase font size slightly.
The new default font plus better kerning made the old size too small compared to 11.4.
This commit is contained in:
@@ -238,8 +238,7 @@ function love.errhand(msg)
|
||||
if love.audio then love.audio.stop() end
|
||||
|
||||
love.graphics.reset()
|
||||
local font = love.graphics.newFont(14)
|
||||
love.graphics.setFont(font)
|
||||
love.graphics.setFont(love.graphics.newFont(15))
|
||||
|
||||
love.graphics.setColor(1, 1, 1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user