Skip to content

Commit 563ce32

Browse files
Merge pull request #145 from xr-lucy/script_attachments
Fix headlamp position
2 parents 756ba48 + 7a6ae61 commit 563ce32

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/xrGame/Torch.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,6 @@ void CTorch::LoadLightParams()
213213

214214
if (!pSettings->section_exist(light_definition.c_str()))
215215
light_definition = *m_light_section;
216-
217-
light_render->set_hud_mode(true); // Enable HUD flag to player headlamp
218216
}
219217

220218
IKinematics* K = smart_cast<IKinematics*>(Visual());

0 commit comments

Comments
 (0)