Skip to content

Commit

Permalink
fix text in world
Browse files Browse the repository at this point in the history
  • Loading branch information
malytomas committed Jan 10, 2024
1 parent bce9989 commit 5eb30f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sources/libengine/graphics/renderPipeline.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,7 @@ namespace cage
renderQueue->culling(true);
renderQueue->blending(true);
renderQueue->blendFuncAlphaTransparency();
renderQueue->bind(shaderFont);
for (const TextPrepare &text : layer.texts)
renderTextImpl(data, text);
renderQueue->resetAllState();
Expand Down

0 comments on commit 5eb30f0

Please sign in to comment.