mirror of
https://github.com/syoyo/tinygltf.git
synced 2026-09-22 02:04:36 +00:00
Fix accessor ctor
This commit is contained in:
@@ -626,7 +626,7 @@ struct Accessor {
|
||||
return 0;
|
||||
}
|
||||
|
||||
Accessor() { bufferView = -1; sparse.isSparse = false }
|
||||
Accessor() { bufferView = -1; sparse.isSparse = false; }
|
||||
bool operator==(const tinygltf::Accessor &) const;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user