gabstv / ebiten-imgui

Dear ImGui renderer for Ebitengine
MIT License
122 stars 18 forks source link

Fatal panic in imgui code when SetDisplaySize not set #13

Closed Puzzlemaker1 closed 2 years ago

Puzzlemaker1 commented 2 years ago

If you don't set display size properly, it throws a fatal panic in the imgui code that doesn't really explain much. There needs to be some check to make sure it's initialized correctly, and an error thrown if it's not.