ethanmoffat / EndlessClient

An open source client for Endless Online written in C#
MIT License
34 stars 16 forks source link

Don't crash when a specified GFX id cannot be loaded #241

Closed ethanmoffat closed 1 year ago

ethanmoffat commented 1 year ago

When attempting to load a GFX, something better than crashing should happen. Probably just an empty texture instead of a crash.

Crashing in debug builds would probably still be nice to have