mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 00:17:35 +02:00
Fixed requested indentation issues.
# Conflicts: # libraries/fbx/src/GLTFSerializer.cpp
This commit is contained in:
parent
b00e0640c5
commit
a1279fa0b1
1 changed files with 9 additions and 9 deletions
|
@ -982,7 +982,7 @@ bool GLTFSerializer::buildGeometry(HFMModel& hfmModel, const hifi::VariantHash&
|
|||
QString unknown = "Default";
|
||||
int ukcount = 0;
|
||||
foreach(auto material, _file.materials) {
|
||||
if (!(material.defined["name"])) {
|
||||
if (!material.defined["name"]) {
|
||||
QString name = unknown + QString::number(ukcount++);
|
||||
material.name = name;
|
||||
material.defined.insert("name", true);
|
||||
|
|
Loading…
Reference in a new issue