Skip to content

Commit

Permalink
Merge pull request #2 from Temeez/patch-2
Browse files Browse the repository at this point in the history
Fixed play_particlefx calling the wrong defold gui function
  • Loading branch information
baochungit authored Jun 24, 2024
2 parents 9e9aacd + 99cb5b2 commit 0a9115b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrap/node.lua
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@ function Node:set_flipbook_playback_rate(playback_rate)
end

function Node:play_particlefx(emitter_state_function)
gui.set_flipbook_cursor(self.node, emitter_state_function)
gui.play_particlefx(self.node, emitter_state_function)
return self
end

Expand Down

0 comments on commit 0a9115b

Please sign in to comment.