That print() was not supposed to be there.

This commit is contained in:
rude
2010-03-01 22:02:44 +01:00
parent a78c77473c
commit 02aaeba599
2 changed files with 637 additions and 640 deletions
-1
View File
@@ -342,7 +342,6 @@ function love.nogame()
if not major then major = 0 end
if not minor then minor = 0 end
if not rev then rev = 0 end
print(major, minor, rev)
love.graphics.setBackgroundColor(0x84, 0xca, 0xff)