mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-08-14 04:15:54 +08:00
readability-redundant-string-init
This commit is contained in:
parent
a64f4b4442
commit
c704d73bd0
@ -8185,7 +8185,7 @@ bool TinyGLTF::WriteGltfSceneToStream(const Model *model, std::ostream &stream,
|
||||
for (unsigned int i = 0; i < model->images.size(); ++i) {
|
||||
detail::json image;
|
||||
|
||||
std::string dummystring = "";
|
||||
std::string dummystring;
|
||||
// UpdateImageObject need baseDir but only uses it if embeddedImages is
|
||||
// enabled, since we won't write separate images when writing to a stream
|
||||
// we
|
||||
|
Loading…
x
Reference in New Issue
Block a user