Skip to content

Commit

Permalink
Remove weird v assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
dextercd committed Sep 15, 2024
1 parent d255fa3 commit 32ff1d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ExampleMod/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ function OnWorldPostUpdate()
imgui.SameLine()
if imgui.Button("Clear") then
clearing = true
v = v + 100
end
else
imgui.ProgressBar(clear_progress, -1, 0, "Clearing..")
Expand Down

0 comments on commit 32ff1d4

Please sign in to comment.