Skip to content

Commit

Permalink
fix: infinite loop in util pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoDornelles committed Sep 24, 2024
1 parent 4d135d0 commit 12c7a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/util/pipeline.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ end
local function reset(self)
self.pipeline = self.pipeline or self.pipeline2
self.pipeline2 = nil
self.pipeline_current = 1
self.pipeline_current = nil
end

local function clear(self)
Expand Down

0 comments on commit 12c7a8a

Please sign in to comment.