mirror of
https://github.com/love2d/love.git
synced 2026-08-13 17:10:54 +02:00
That print() was not supposed to be there.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user