mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-07-14 05:01:46 +08:00
fix syntax error
This commit is contained in:
parent
cfe64fb6c8
commit
a1a34cb54d
@ -3426,7 +3426,7 @@ void Erase(detail::json & o, detail::json_iterator &it) {
|
|||||||
|
|
||||||
bool IsEmpty(const detail::json & o) {
|
bool IsEmpty(const detail::json & o) {
|
||||||
#ifdef TINYGLTF_USE_RAPIDJSON
|
#ifdef TINYGLTF_USE_RAPIDJSON
|
||||||
return o.ObjectEmpty():
|
return o.ObjectEmpty();
|
||||||
#else
|
#else
|
||||||
return o.empty();
|
return o.empty();
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user