Skip to content

Commit

Permalink
Fixed a crash when entering story mode
Browse files Browse the repository at this point in the history
  • Loading branch information
deveee committed Apr 18, 2024
1 parent 754a110 commit 78c6f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphics/draw_calls.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ void DrawCalls::parseSceneManager(core::array<scene::ISceneNode*> &List,
else if (STKTextBillboard *tb =
dynamic_cast<STKTextBillboard*>(List[i]))
{
node->updateAbsolutePosition();
tb->updateAbsolutePosition();
if (!isCulledPrecise(cam, List[i], irr_driver->getBoundingBoxesViz()))
TextBillboardDrawer::addTextBillboard(tb);
continue;
Expand Down

0 comments on commit 78c6f16

Please sign in to comment.