NIPAH
Results
2
comments of
NIPAH
> It's not just the font that's a problem, I always knew ImGui as a pixel perfect UI but something is wrong now >  > Some characters are just...
I found a solution that seems to work fine afterwards, just use the code below, for me it worked: var mstate = Mouse.GetState(); Vector2 mpos = new Vector2(mstate.X, mstate.Y); mpos...