Changed loggin to only log when enabled with logPrint function
This commit is contained in:
@@ -59,7 +59,7 @@ function interfaceDialog:checkConfirm()
|
||||
if love.mouse.isDown(1) then
|
||||
self.clicked = true
|
||||
self.value = self.value + 1
|
||||
print(self.value.." of "..self.target_value)
|
||||
logPrint(self.value.." of "..self.target_value)
|
||||
self:updateContents()
|
||||
end
|
||||
elseif not love.mouse.isDown(1) then
|
||||
|
||||
Reference in New Issue
Block a user