Skip to content

Commit

Permalink
some fix/improvements for physics shape/body
Browse files Browse the repository at this point in the history
  • Loading branch information
crocdialer committed Nov 15, 2024
1 parent e103cf0 commit 408105a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions projects/pbr_viewer/collision_cereal.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
namespace vierkant::collision
{

template<class Archive>
void serialize(Archive &, vierkant::collision::none_t &)
{}

template<class Archive>
void serialize(Archive &archive, vierkant::collision::box_t &s)
{
Expand Down

0 comments on commit 408105a

Please sign in to comment.