mirror of
https://github.com/syoyo/tinygltf.git
synced 2026-08-19 17:49:57 +00:00
Merge pull request #238 from sammyKhan/patch-1
Initialize defaultScene to -1
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user