Skip to content
Snippets Groups Projects
Commit 4bb1d9df authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Fix RLVa overlay effect

parent bb8b3729
No related branches found
No related tags found
2 merge requests!3Update to main branch,!2Rebase onto current main branch
......@@ -1366,6 +1366,12 @@ void render_ui(F32 zoom_factor, int subfield)
LL_PROFILE_ZONE_NAMED_CATEGORY_UI("HUD");
render_hud_elements();
LLGLState::checkStates();
// [RLVa:KB] - Checked: RLVa-2.2 (@setoverlay)
if (RlvActions::hasBehaviour(RLV_BHVR_SETOVERLAY))
{
LLVfxManager::instance().runEffect(EVisualEffect::RlvOverlay);
}
// [/RLVa:KB]
render_hud_attachments();
LLGLState::checkStates();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment