Skip to content

Commit

Permalink
Fix: Don't need to delete thread in ForceUpdate
Browse files Browse the repository at this point in the history
  • Loading branch information
Hekili committed Nov 14, 2024
1 parent f6a30ab commit 87a9976
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions UI.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2447,10 +2447,6 @@ do
self.Engine.superUpdate = true
end

if super and self.activeThread and coroutine.status( self.activeThread ) == "suspended" then
self.activeThread = nil
end

if self.Engine.firstForce == 0 then
self.Engine.firstForce = GetTime()
end
Expand Down

0 comments on commit 87a9976

Please sign in to comment.