TyomaVader / ImGuiNotify

A (very) simple notification wrapper for Dear ImGui
MIT License
88 stars 11 forks source link

Corrected crash on wasm run when calling ImGui::RenderNotification() #6

Closed Im-Rises closed 6 months ago

Im-Rises commented 6 months ago

Using ImGui OpenGL3 binding you can compile to wasm/webgl. Unfortunately due to the prepocessing condition on "sprinf" in ImGui::RenderNotification the wasm build was crashing because of the "throw "Unsupported platform".