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
{{ message }}
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.
There's an issue how UI::getScreenWidth/Height does not give the correct numbers for some time during initialization.
In my feature branch, it is particularly noticeable how the loading screen starts at full screen, then shrinks to a tiny 10x10 square at the top left corner of the screen, then back again to full screen.
The only thing that can cause this is the resolution not being captured correctly.
I'm not sure what's causing it, but it seems to happen between the player controller init, and when the first game world object is spawned.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There's an issue how UI::getScreenWidth/Height does not give the correct numbers for some time during initialization.
In my feature branch, it is particularly noticeable how the loading screen starts at full screen, then shrinks to a tiny 10x10 square at the top left corner of the screen, then back again to full screen.
The only thing that can cause this is the resolution not being captured correctly.
I'm not sure what's causing it, but it seems to happen between the player controller init, and when the first game world object is spawned.
The text was updated successfully, but these errors were encountered: