removed blank line

This commit is contained in:
ZappoMan 2014-11-11 14:26:45 -08:00
parent 8ec3f8ce99
commit 8975fbe1ee

View file

@ -780,7 +780,6 @@ void EntityTreeRenderer::checkAndCallPreload(const EntityItemID& entityID) {
QScriptValueList entityArgs = createEntityArgs(entityID);
entityScript.property("preload").call(entityScript, entityArgs);
}
}
void EntityTreeRenderer::changingEntityID(const EntityItemID& oldEntityID, const EntityItemID& newEntityID) {