mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:44:01 +02:00
fixed indentation and lines delete when user exits to help with large model.svo/json file size
This commit is contained in:
parent
830a8b6909
commit
7293330ced
2 changed files with 2 additions and 2 deletions
|
@ -210,7 +210,7 @@ function MousePaint() {
|
|||
|
||||
function cleanup() {
|
||||
lines.forEach(function(line) {
|
||||
// Entities.deleteEntity(line);
|
||||
Entities.deleteEntity(line);
|
||||
});
|
||||
Entities.deleteEntity(brush);
|
||||
lineRider.cleanup();
|
||||
|
|
|
@ -57,7 +57,7 @@ QScriptValue qURLToScriptValue(QScriptEngine* engine, const QUrl& url);
|
|||
void qURLFromScriptValue(const QScriptValue& object, QUrl& url);
|
||||
|
||||
QScriptValue qVectorVec3ToScriptValue(QScriptEngine* engine, const QVector<glm::vec3>& vector);
|
||||
void qVectorVec3FromScriptValue( const QScriptValue& array, QVector<glm::vec3>& vector);
|
||||
void qVectorVec3FromScriptValue(const QScriptValue& array, QVector<glm::vec3>& vector);
|
||||
QVector<glm::vec3> qVectorVec3FromScriptValue( const QScriptValue& array);
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue