Skip to content

Commit

Permalink
Fix errant copy/paste remnant in init
Browse files Browse the repository at this point in the history
  • Loading branch information
ebeneliason committed Mar 19, 2023
1 parent 384c6bf commit a988e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Roto.lua
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class('Roto').extends(object)

-- Create a new Roto capable of tracing frames from the provided sprite to save to file
function Roto:init(sprite)
FrameScore.super.init(self)
Roto.super.init(self)

-- ensure we don't wind up used in a build on device
assert(playdate.isSimulator, "Roto should only be used with the simulator.")
Expand Down

0 comments on commit a988e1f

Please sign in to comment.