mirror of
https://github.com/syoyo/tinygltf.git
synced 2026-08-13 08:49:35 +00:00
fix syntax error
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user