You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before adding ImGui, the program was working perfectly fine and heading was being displayed. However, when I run this code it does not render the heading. It does for the 1st frame but after that nothing is rendered. Not even the imgui window.
I don't know what might be causing the issue. Heading is just a simple sf::Text object.
The text was updated successfully, but these errors were encountered:
Try making a minimal repro - try taking out unnecessary detail until you're left with "heading" rendering and Dear ImGui rendering. See if the issue is reproducible even after that.
Sorry it took me half a year to respond, but I can't repro this - I see the text
So, needs more info - which OS/desktop environment, which ImGui-SFML version, which ImGui version do you use?
Before adding ImGui, the program was working perfectly fine and heading was being displayed. However, when I run this code it does not render the heading. It does for the 1st frame but after that nothing is rendered. Not even the imgui window.
I don't know what might be causing the issue. Heading is just a simple sf::Text object.
The text was updated successfully, but these errors were encountered: