mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
fix white space
This commit is contained in:
parent
fa6396bbfa
commit
2021a15527
1 changed files with 2 additions and 3 deletions
|
@ -62,9 +62,8 @@ public:
|
||||||
/// clears the tree
|
/// clears the tree
|
||||||
virtual void clear();
|
virtual void clear();
|
||||||
|
|
||||||
/// reloads the entity scripts, calling unload and preload
|
/// reloads the entity scripts, calling unload and preload
|
||||||
void reloadEntityScripts();
|
void reloadEntityScripts();
|
||||||
|
|
||||||
|
|
||||||
/// if a renderable entity item needs a model, we will allocate it for them
|
/// if a renderable entity item needs a model, we will allocate it for them
|
||||||
Q_INVOKABLE Model* allocateModel(const QString& url, const QString& collisionUrl);
|
Q_INVOKABLE Model* allocateModel(const QString& url, const QString& collisionUrl);
|
||||||
|
|
Loading…
Reference in a new issue