Skip to content

Commit

Permalink
(agrf) Update gorender manifest item list to subset
Browse files Browse the repository at this point in the history
  • Loading branch information
ahyangyi committed Dec 4, 2024
1 parent 0e4636a commit 3572936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agrf/gorender/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def subset(self):

if "agrf_subset" in new_config:
indices = new_config["agrf_subset"]
for k in ["sprites", "agrf_deltas", "agrf_offsets"]:
for k in ["sprites", "agrf_deltas", "agrf_offsets", "agrf_ydeltas", "agrf_yoffsets"]:
if k in new_config:
new_config[k] = [new_config[k][i] for i in indices]
del new_config["agrf_subset"]
Expand Down

0 comments on commit 3572936

Please sign in to comment.