mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 04:03:59 +02:00
deleted unnessary line break
This commit is contained in:
parent
7293330ced
commit
0e177a3e31
1 changed files with 0 additions and 1 deletions
|
@ -60,7 +60,6 @@ QScriptValue qVectorVec3ToScriptValue(QScriptEngine* engine, const QVector<glm::
|
|||
void qVectorVec3FromScriptValue(const QScriptValue& array, QVector<glm::vec3>& vector);
|
||||
QVector<glm::vec3> qVectorVec3FromScriptValue( const QScriptValue& array);
|
||||
|
||||
|
||||
class PickRay {
|
||||
public:
|
||||
PickRay() : origin(0.0f), direction(0.0f) { }
|
||||
|
|
Loading…
Reference in a new issue