mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 14:13:47 +02: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
|
||||
virtual void clear();
|
||||
|
||||
/// reloads the entity scripts, calling unload and preload
|
||||
void reloadEntityScripts();
|
||||
|
||||
/// reloads the entity scripts, calling unload and preload
|
||||
void reloadEntityScripts();
|
||||
|
||||
/// if a renderable entity item needs a model, we will allocate it for them
|
||||
Q_INVOKABLE Model* allocateModel(const QString& url, const QString& collisionUrl);
|
||||
|
|
Loading…
Reference in a new issue