mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-08-12 18:19:07 +08:00
Revert 1b517f2 by adding default constructor for Accessor
This commit is contained in:
parent
1b517f2b23
commit
2ad433b68f
@ -898,6 +898,7 @@ struct Accessor {
|
||||
// unreachable return 0;
|
||||
}
|
||||
|
||||
Accessor() = default;
|
||||
DEFAULT_METHODS(Accessor)
|
||||
bool operator==(const tinygltf::Accessor &) const;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user