Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Known Issues #3

Open
nommiin opened this issue Feb 4, 2023 · 0 comments
Open

Known Issues #3

nommiin opened this issue Feb 4, 2023 · 0 comments

Comments

@nommiin
Copy link
Owner

nommiin commented Feb 4, 2023

  • ImGui uses your mouse position in the window, which doesn't translate well to the GUI layer (Fixed with v1.0.9)
  • Sprites are drawn cropped (if enabled by texture packer) (NOTE: Disabling texture cropping for sprites you want to draw in ImGui fixes this problem, but I'll eventually look into changing ImGui.Image to take cropped transparency into account)
  • GUI size is not reset after ImGui renders
    • The above issue has been fixed but not released as of v1.0.9, see here to find the fix (hint: swap the order of display_set_gui_size/maximize)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant