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
I wish there is a video for how to set up ImGui-SFML, anyways, in my project the imgui-sfml.cpp occurs a lot of errors, such as the topics one, and also some like
textureRect.position.componentWiseDiv(textureSize)),
(textureRect.position + textureRect.size).componentWiseDiv(textureSize)),
textureRect does not have position. and size.
The text was updated successfully, but these errors were encountered:
Your issue lacks much of the context required to help you fix this. If you want this kind of troubleshooting help, please join the SFML Discord server. GitHub is not the right place for these questions.
I wish there is a video for how to set up ImGui-SFML, anyways, in my project the imgui-sfml.cpp occurs a lot of errors, such as the topics one, and also some like
textureRect.position.componentWiseDiv(textureSize)),
(textureRect.position + textureRect.size).componentWiseDiv(textureSize)),
textureRect does not have position. and size.
The text was updated successfully, but these errors were encountered: