fix white space

This commit is contained in:
Brad Hefta-Gaub 2015-09-16 16:54:21 -07:00
parent fa6396bbfa
commit 2021a15527

View file

@ -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);