mirror of
https://github.com/DragonMinded/bemaniutils.git
synced 2026-08-24 19:34:23 -05:00
Always filter out unnecessary exported tags, even when rendering the default animation.
This commit is contained in:
@@ -251,7 +251,7 @@ class AFPRenderer(VerboseOutput):
|
||||
|
||||
# Now, render out the placed objects.
|
||||
for obj in sorted(self.__placed_objects, key=lambda o: o.tag.depth):
|
||||
if self.__visible_tag is not None and self.__visible_tag != obj.parent_sprite:
|
||||
if self.__visible_tag != obj.parent_sprite:
|
||||
continue
|
||||
|
||||
self.vprint(f" Rendering placed object ID {obj.tag.object_id} from sprite {obj.parent_sprite} onto Depth {obj.tag.depth}")
|
||||
|
||||
Reference in New Issue
Block a user