Skip to content

Commit

Permalink
Pass parameters through an ImageReference.
Browse files Browse the repository at this point in the history
  • Loading branch information
renpytom committed Aug 3, 2018
1 parent 226fb7d commit d2550f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions renpy/display/image.py
Expand Up @@ -400,6 +400,8 @@ def error(msg):
error("Image '{}' refers to itself.".format(' '.join(name)))
return False

args += self._args.args

try:

a = self._args.copy(name=name, args=args)
Expand Down

0 comments on commit d2550f3

Please sign in to comment.