asumagic / kag-staging

Issue tracker for the KAG staging build
6 stars 0 forks source link

Missing rendering for irrlicht GUI icons #104

Closed asumagic closed 3 years ago

asumagic commented 4 years ago

Those usually call draw2DImage directly instead of using render2d. As a result the window frame, text, etc. are rendered in front of icons as the batch is rendered later on.

asumagic commented 3 years ago

Will be fixed in 3484-render2d-v5

asumagic commented 3 years ago

Still requires some garbage code to be adjusted for proper rendering but at least icons render