mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 19:59:28 +02:00
remove warning about unused variable
This commit is contained in:
parent
e6a6946027
commit
123d73783b
1 changed files with 0 additions and 1 deletions
|
@ -1167,7 +1167,6 @@ int matchTextureUVSetToAttributeChannel(const QString& texUVSetName, const QHash
|
||||||
|
|
||||||
FBXLight extractLight(const FBXNode& object) {
|
FBXLight extractLight(const FBXNode& object) {
|
||||||
FBXLight light;
|
FBXLight light;
|
||||||
int unkwnon = 0;
|
|
||||||
foreach (const FBXNode& subobject, object.children) {
|
foreach (const FBXNode& subobject, object.children) {
|
||||||
QString childname = QString(subobject.name);
|
QString childname = QString(subobject.name);
|
||||||
if (subobject.name == "Properties70") {
|
if (subobject.name == "Properties70") {
|
||||||
|
|
Loading…
Reference in a new issue