Skip to content

Commit

Permalink
[animation_renderer] asset_packages are now equality comparable (defa…
Browse files Browse the repository at this point in the history
…ult impl)
  • Loading branch information
harrand committed Oct 11, 2023
1 parent 13c3c40 commit 9407342
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tz/ren/animation.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ namespace tz::ren
std::vector<mesh_handle> meshes = {};
std::vector<texture_handle> textures = {};
std::vector<object_handle> objects = {};
bool operator==(const asset_package& pkg) const = default;
};

enum class override_flag
Expand Down

0 comments on commit 9407342

Please sign in to comment.