Closed juj closed 2 years ago
Fix a logic typo in missing assets file check to avoid an unhandled std::bad_optional_access exception when data files are missing. Fixes the proper asset diagnostics dialog to show up.
std::bad_optional_access
Before:
After:
Thanks.
Fix a logic typo in missing assets file check to avoid an unhandled
std::bad_optional_access
exception when data files are missing. Fixes the proper asset diagnostics dialog to show up.Before:
After: