mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-08-14 02:05:56 +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 {
|
||||
binUri = defaultBinFilename + defaultBinFileExt;
|
||||
bool inUse = true;
|
||||
int numUsed = 0;
|
||||
int numUsed = 0;
|
||||
while(inUse) {
|
||||
inUse = false;
|
||||
for (const std::string& usedName : usedUris) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user