fixed gitignore

This commit is contained in:
lustlion
2022-02-18 00:23:04 +01:00
parent 405c80d039
commit 74ee5b63aa
4 changed files with 293 additions and 631 deletions

View File

@@ -33,7 +33,6 @@ function Keybind:CheckDown(action)
else
check = love.mouse.isDown(keyname)
end
if check then
if action.demo ~= nil then
Demo:RecordAction(action.demo)