Skip to content

Fix tiny item and fluid icons in the 26.1 site export - #120

Open
andrewsf wants to merge 1 commit into
AppliedEnergistics:mainfrom
andrewsf:fix/tiny-26.1-icons
Open

andrewsf wants to merge 1 commit into
AppliedEnergistics:mainfrom
andrewsf:fix/tiny-26.1-icons

Conversation

@andrewsf

Copy link
Copy Markdown

In 26.1, GuiRenderer builds its projection from the per-frame WindowRenderState snapshot instead of the Window. The exporter only resized the Window, so icons were drawn at the real GUI scale into the corner of the 128x128 buffer.

Now the icon viewport updates the snapshot too & restores both when done.

Fixes #119

In 26.1, GuiRenderer builds its projection from the per-frame
WindowRenderState snapshot instead of the Window. The exporter only
resized the Window, so icons were drawn at the real GUI scale into
the corner of the 128x128 buffer.

The icon viewport now also updates the snapshot, and restores both
when done.

Fixes AppliedEnergistics#119

This branch has not been deployed

No deployments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

26.1 icons are tiny

1 participant