mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 03:53:52 +02:00
Remove redundant namespace qualifier on CollisionPickResult::toVariantMap() in header file
This commit is contained in:
parent
870940b3a0
commit
658ef4e9e6
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ public:
|
|||
std::vector<ContactTestResult> entityIntersections;
|
||||
std::vector<ContactTestResult> avatarIntersections;
|
||||
|
||||
QVariantMap CollisionPickResult::toVariantMap() const override;
|
||||
QVariantMap toVariantMap() const override;
|
||||
|
||||
bool doesIntersect() const override { return intersects; }
|
||||
bool checkOrFilterAgainstMaxDistance(float maxDistance) override { return true; }
|
||||
|
|
Loading…
Reference in a new issue