henricj / dunelegacy

GNU General Public License v2.0
27 stars 5 forks source link

Fix missing assets file check #13

Closed juj closed 2 years ago

juj commented 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.

Before:

image

image

After:

image

henricj commented 2 years ago

Thanks.