Skip to content

Commit

Permalink
A critical fix of the post_update() scope
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochili committed Oct 10, 2023
1 parent 2d0810a commit dc60f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operator/operator/operator.script
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ function update(self, dt)
msg.post(self.urls.this, hashes.post_update)
end

function post_update(self)
local function post_update(self)
update_attachment_anchor(self)
end

Expand Down

0 comments on commit dc60f3b

Please sign in to comment.