mirror of
https://github.com/lubosz/overte.git
synced 2025-04-25 01:23:57 +02:00
Merge pull request #3793 from AndrewMeadows/bispinor
fix warning about function terminating with no return call
This commit is contained in:
commit
7177104d87
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