mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-08-15 19:15:59 +08:00
Fix accessor ctor
This commit is contained in:
parent
1ccb4ff580
commit
9d86405d3d
@ -626,7 +626,7 @@ struct Accessor {
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
Accessor() { bufferView = -1; sparse.isSparse = false }
|
Accessor() { bufferView = -1; sparse.isSparse = false; }
|
||||||
bool operator==(const tinygltf::Accessor &) const;
|
bool operator==(const tinygltf::Accessor &) const;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user