mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 14:03:55 +02:00
fix for function override with no return
This commit is contained in:
parent
edc599bc2d
commit
5ba213f8d1
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ QScriptValue Planar3DOverlay::getProperty(const QString& property) {
|
|||
return vec2toScriptValue(_scriptEngine, _dimensions);
|
||||
}
|
||||
|
||||
Base3DOverlay::getProperty(property);
|
||||
return Base3DOverlay::getProperty(property);
|
||||
}
|
||||
|
||||
bool Planar3DOverlay::findRayIntersection(const glm::vec3& origin, const glm::vec3& direction,
|
||||
|
|
Loading…
Reference in a new issue