Rokas Kupstys
Rokas Kupstys
All is good, except `(const char*)` casts. Please undo them and update `IconsFontAwesome5.h` with version from [here](https://github.com/juliettef/IconFontCppHeaders/blob/main/IconsFontAwesome5.h). It no longer has `u8` prefixes so no casts are needed. I can...
All is great, thanks again!
We no longer use RakNet/SLikeNet so i am closing this as a likely no longer a problem.
Closing as `wontfix`, because now we target official microsoft .net framework on all platforms.
I would happily write one more line in order to get editor support. As for json - it was not created to be readable so something like yaml would still...
When window is detached from main viewport, new window is created by `ImGui_ImplGlfw_CreateWindow()`. You probably need to enable sRGB after `glfwCreateWindow()` call.
@Mielie what OS version are you using? Also maybe you are using a retina screen? If yes - maybe issue goes away if you switch to non-hdpi resolution in OS...
> I've tried all the different scaled options Can you try unscaled resolution? It may be possible that issue stems from some incorrect handling of this scaling. Even though i...
Ah... Yeah what i meant is a resolution under "Scaled" option, which does not have "HDPI" next to it. I guess you tried that already... 🤔
Good question.. Tbh i have no idea whether this works, because both borderless and actual full screen are identical on my OS, i did not check on windows. However, on...