SpectralCascade / Ossium

Ossium is a bare-bones game engine built in C++ with only essential dependencies.

Home Page:https://ossiumengine.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Window resize destroys textures

SpectralCascade opened this issue · comments

Need to account for this. It's rather noticeable when resizing a window and all the text disappears because the font texture atlas got destroyed!
https://forums.libsdl.org/viewtopic.php?p=42107

Lazy fix by using OpenGL instead of Direct3D