Merge pull request #3793 from AndrewMeadows/bispinor

fix warning about function terminating with no return call
This commit is contained in:
Clément Brisset 2014-11-14 09:58:27 -08:00
commit 7177104d87

View file

@ -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,