Not files are saved in "export" and logs in "logs"

This commit is contained in:
bizcochito
2022-02-08 10:52:37 +01:00
parent ef58a6e383
commit 7e134f7961
3 changed files with 9 additions and 4 deletions

View File

@@ -59,7 +59,7 @@ function interfaceDialog:checkConfirm()
if love.mouse.isDown(1) then
self.clicked = true
self.value = self.value + 1
logPrint(self.value.." of "..self.target_value)
logPrint("Dialog: "..self.value.." of "..self.target_value)
self:updateContents()
end
elseif not love.mouse.isDown(1) then