mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 09:44:21 +02:00
Merge pull request #3168 from AlericInglewood/master
Type fix. That that even compiled :/
This commit is contained in:
commit
4e6b194444
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ QDataStream& operator>>(QDataStream& in, glm::quat& quaternion);
|
|||
#ifdef DEBUG
|
||||
class CollisionInfo;
|
||||
class SphereShape;
|
||||
class CapsuleShape.h;
|
||||
class CapsuleShape;
|
||||
std::ostream& operator<<(std::ostream& s, const CollisionInfo& c);
|
||||
std::ostream& operator<<(std::ostream& s, const SphereShape& shape);
|
||||
std::ostream& operator<<(std::ostream& s, const CapsuleShape& capsule);
|
||||
|
|
Loading…
Reference in a new issue