This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
GalaEngine::EntityLayer: Crash when drawing entity without a sprite. #11
Current Behaviour
Attempting to draw an entity without a sprite (
nullptras the sprite) will segfault.Expected Behaviour
The sprite should not be drawn, without issue.