mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
swap order of flush
This commit is contained in:
parent
244dd46340
commit
d341eff5c8
2 changed files with 15 additions and 5 deletions
|
|
@ -16,8 +16,8 @@ local function batch(setter: () -> ())
|
|||
local ok, err: string? = pcall(setter)
|
||||
|
||||
if not already_batching then
|
||||
flags.batch = false
|
||||
flush()
|
||||
flags.batch = false
|
||||
end
|
||||
|
||||
if not ok then throw(`error occured while batching updates: {err}`) end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue