Skip to content

[pull] master from beyond-all-reason:master - #73

Merged
pull[bot] merged 1 commit into
ExaDev:masterfrom
beyond-all-reason:master
Aug 21, 2026
Merged

[pull] master from beyond-all-reason:master#73
pull[bot] merged 1 commit into
ExaDev:masterfrom
beyond-all-reason:master

Conversation

@pull

@pull pull Bot commented Aug 21, 2026

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

CTextureRenderAtlas::CreateAtlasTexture() logs a diagnostic line (added in
d3482cc to help track #2661) before checking FBO::IsReady(). Since
FBO::IsReady() is just globalRendering->active and callers like
CIconHandler::Update() and CGroundDecalHandler::Draw() retry atlas creation
every frame until it succeeds, a minimized/hidden window (e.g. alt-tabbed
fullscreen) floods infolog with

  CTextureRenderAtlas::CreateAtlasTexture()[0] atlas=IconsAtlas_0 FBO::ready=0

roughly every 11 ms until the window is restored.

Move the log below the FBO::IsReady() early-out, so it is emitted once per
atlas on the attempt that actually proceeds. The [1] atlasRendered= line is
unaffected, keeping the diagnostic value for #2661.

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
@pull pull Bot locked and limited conversation to collaborators Aug 21, 2026
@pull pull Bot added the ⤵️ pull label Aug 21, 2026
@pull
pull Bot merged commit bcdca85 into ExaDev:master Aug 21, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant