Skip to content

Commit

Permalink
remove not
Browse files Browse the repository at this point in the history
  • Loading branch information
actboy168 authored Jun 5, 2024
1 parent bfd55d4 commit e21e728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/animation/offline/gltf/extern/tiny_gltf.h
Original file line number Diff line number Diff line change
Expand Up @@ -3783,7 +3783,7 @@ bool TinyGLTF::LoadFromString(Model *model, std::string *err, std::string *warn,

#if (defined(__cpp_exceptions) || defined(__EXCEPTIONS) || \
defined(_CPPUNWIND)) && \
not defined(TINYGLTF_NOEXCEPTION)
!defined(TINYGLTF_NOEXCEPTION)
try {
v = json::parse(str, str + length);

Expand Down

0 comments on commit e21e728

Please sign in to comment.