mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
missed an fbx block
This commit is contained in:
parent
9a09ffe12f
commit
1ceec17405
1 changed files with 0 additions and 8 deletions
|
@ -2702,7 +2702,6 @@ bool Application::importFromZIP(const QString& filePath) {
|
|||
}
|
||||
|
||||
// thread-safe
|
||||
|
||||
void Application::onPresent(quint32 frameCount) {
|
||||
bool expected = false;
|
||||
if (_pendingIdleEvent.compare_exchange_strong(expected, true)) {
|
||||
|
@ -6467,13 +6466,6 @@ void Application::addAssetToWorldAddEntity(QString filePath, QString mapping) {
|
|||
// Close progress message box.
|
||||
addAssetToWorldInfoDone(filenameFromPath(filePath));
|
||||
}
|
||||
|
||||
// Delete temporary directories created from downloads
|
||||
if (filePath.contains(".fbx")) {
|
||||
QString tempPath = filePath.remove(filePath.section("/", -1));
|
||||
qCDebug(interfaceapp) << "Removing temporary path: " << tempPath;
|
||||
QDir(tempPath).removeRecursively();
|
||||
}
|
||||
}
|
||||
|
||||
void Application::addAssetToWorldCheckModelSize() {
|
||||
|
|
Loading…
Reference in a new issue