We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I noticed this while messing with font loading. It looks like Assets.pk3 gets loaded and parsed during client init:
Helion/Client/Client.Initialize.cs
Line 24 in b410166
And then it gets loaded again as a consequence of this call, after the IWAD is selected.
Line 41 in b410166
This means that the font-to-bitmap generation stuff gets run twice, which is actually how I noticed it.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I noticed this while messing with font loading. It looks like Assets.pk3 gets loaded and parsed during client init:
Helion/Client/Client.Initialize.cs
Line 24 in b410166
And then it gets loaded again as a consequence of this call, after the IWAD is selected.
Helion/Client/Client.Initialize.cs
Line 41 in b410166
This means that the font-to-bitmap generation stuff gets run twice, which is actually how I noticed it.
The text was updated successfully, but these errors were encountered: