mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 02:36:54 +02:00
remove model loader debug
This commit is contained in:
parent
e0c898bba0
commit
e1a6a824a3
1 changed files with 0 additions and 1 deletions
|
@ -486,7 +486,6 @@ void GeometryReader::run() {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
qDebug() << "Reading " << _url;
|
|
||||||
QMetaObject::invokeMethod(geometry.data(), "setGeometry", Q_ARG(const FBXGeometry&,
|
QMetaObject::invokeMethod(geometry.data(), "setGeometry", Q_ARG(const FBXGeometry&,
|
||||||
_url.path().toLower().endsWith(".svo") ? readSVO(_reply->readAll()) : readFBX(_reply->readAll(), _mapping)));
|
_url.path().toLower().endsWith(".svo") ? readSVO(_reply->readAll()) : readFBX(_reply->readAll(), _mapping)));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue