mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-07-13 22:21:50 +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) {
|
||||
#ifdef TINYGLTF_USE_RAPIDJSON
|
||||
return o.ObjectEmpty():
|
||||
return o.ObjectEmpty();
|
||||
#else
|
||||
return o.empty();
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user