mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-08-14 04:05:54 +08:00
tabs to spaces
This commit is contained in:
parent
c884e5827e
commit
440cb1e66b
@ -4583,7 +4583,7 @@ bool TinyGLTF::WriteGltfSceneToFile(Model *model, const std::string &filename,
|
|||||||
else {
|
else {
|
||||||
binUri = defaultBinFilename + defaultBinFileExt;
|
binUri = defaultBinFilename + defaultBinFileExt;
|
||||||
bool inUse = true;
|
bool inUse = true;
|
||||||
int numUsed = 0;
|
int numUsed = 0;
|
||||||
while(inUse) {
|
while(inUse) {
|
||||||
inUse = false;
|
inUse = false;
|
||||||
for (const std::string& usedName : usedUris) {
|
for (const std::string& usedName : usedUris) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user