nogame fix;

This commit is contained in:
bjorn 2020-09-29 22:24:40 -06:00
parent 96fee538b9
commit f70201240a
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,6 @@ local function nogame()
t.modules.thread = false
end
local shader
local models = {}
function lovr.load()
@ -66,6 +65,7 @@ local function nogame()
lovr.graphics.setColor(.9, .9, .9, fade)
lovr.graphics.print('No game :(', -.005, subtitlePosition, -3, .15, 0, 0, 1, 0, nil, 'center', 'top')
lovr.graphics.setColor(0xffffff)
lovr.graphics.setShader()
if lovr.headset then