Fixed cpu usage being total cancer
This commit is contained in:
parent
1b8f63563f
commit
cd01e9f1ce
@ -230,6 +230,9 @@ go=core.chatFrame.textHolder:newImageButton("images/arrow.png",-25,-25,20,20,1,1
|
|||||||
go:OnReleased(function(b,self)
|
go:OnReleased(function(b,self)
|
||||||
dialogeHandler:Resume()
|
dialogeHandler:Resume()
|
||||||
end)
|
end)
|
||||||
|
multi:newLoop(function()
|
||||||
|
love.timer.sleep(.005)
|
||||||
|
end)
|
||||||
dialogeHandler=multi:newLoop(function(self,ti)
|
dialogeHandler=multi:newLoop(function(self,ti)
|
||||||
t=test:next()
|
t=test:next()
|
||||||
if t.Type=="text" then
|
if t.Type=="text" then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user