Disabled debug

This commit is contained in:
theo@manjaro 2022-03-04 15:21:54 +01:00
parent eec40d972b
commit 4f74397b3d

View File

@ -14,7 +14,7 @@ function Game:reinit()
self.rect = require "lib/rect"
self.maxobjects = 0
self.camerax = 0
self.debug = true
self.debug = false
self.cameray = 0
self.floatcamerax = 0
self.floatcameray = 0