fix(input): fix a missing mention of "source"
This commit is contained in:
parent
077b1151f1
commit
8d524fb4db
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ end
|
|||
-- Manage pressed keys
|
||||
|
||||
function InputManager:flushKeys()
|
||||
for i,v in ipairs(self.sources) do
|
||||
for i, source in ipairs(self.sources) do
|
||||
source:flushKeys()
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue