mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
CR
This commit is contained in:
parent
b05b5a1c7b
commit
7578b282e2
1 changed files with 0 additions and 1 deletions
|
@ -306,7 +306,6 @@ bool ModelUploader::addTextures(const QString& texdir, const QString fbxFile) {
|
|||
}
|
||||
|
||||
bool ModelUploader::addPart(const QString &path, const QString& name) {
|
||||
qDebug() << path;
|
||||
QFile file(path);
|
||||
if (!file.open(QIODevice::ReadOnly)) {
|
||||
QMessageBox::warning(NULL,
|
||||
|
|
Loading…
Reference in a new issue