Fixed the no-game screen

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2014-05-29 01:18:02 -03:00
parent f3701dc0e1
commit db4acdbab6
2 changed files with 2 additions and 5 deletions
+1 -3
View File
@@ -1392,8 +1392,6 @@ function love.nogame()
batch:setBufferSize(batch_w * batch_h)
end
batch:bind()
for i = 0, batch_h - 1 do
for j = 0, batch_w - 1 do
local is_even = (j % 2) == 0
@@ -1404,7 +1402,7 @@ function love.nogame()
end
end
batch:unbind()
batch:flush()
end
local function update_rain(t)