mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-08-14 09:16:07 +08:00
Merge pull request #238 from sammyKhan/patch-1
Initialize defaultScene to -1
This commit is contained in:
commit
0227ae5d9b
@ -1141,7 +1141,7 @@ class Model {
|
||||
std::vector<Scene> scenes;
|
||||
std::vector<Light> lights;
|
||||
|
||||
int defaultScene;
|
||||
int defaultScene = -1;
|
||||
std::vector<std::string> extensionsUsed;
|
||||
std::vector<std::string> extensionsRequired;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user