mirror of
https://github.com/linux-man/LoveFrames.git
synced 2024-11-18 16:04:22 +00:00
Fix textinput key repeat not working in 0.8.0
This commit is contained in:
parent
baa483b4ba
commit
7f627a2eb6
@ -857,7 +857,9 @@ function newobject:RunKey(key, unicode, is_text)
|
||||
end
|
||||
end
|
||||
|
||||
self.unicode = 0
|
||||
if love._version == "0.9.0" then
|
||||
self.unicode = 0
|
||||
end
|
||||
|
||||
local curtext = self:GetText()
|
||||
if ontextchanged and initialtext ~= curtext then
|
||||
|
Loading…
Reference in New Issue
Block a user