Skip to content

Commit

Permalink
Fix camera statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
CensoredUsername committed Feb 19, 2024
1 parent 13f33a1 commit a1f0d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decompiler/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def print_with(self, ast):
self.write("with %s" % ast.expr)
self.paired_with = False

@dispatch(renpy.ast.camera)
@dispatch(renpy.ast.Camera)
def print_camera(self, ast):
self.indent()
self.write("camera")
Expand Down

0 comments on commit a1f0d78

Please sign in to comment.