Skip to content

Commit

Permalink
BLUGA: Fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
TTENSHII committed Nov 4, 2023
1 parent 038133f commit 6a46f99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ namespace Types {
_physicsMap.clear();
}
template <typename T>
T &getPhysicData(physicsType_e type)
T &getPhysicData(PhysicsType type)
{
return std::any_cast<T &>(_physicsMap[type]);
}
Expand Down

0 comments on commit 6a46f99

Please sign in to comment.