Skip to content

Commit

Permalink
Fix torch on xrRenderR2
Browse files Browse the repository at this point in the history
  • Loading branch information
Drombeys committed Sep 27, 2024
1 parent 6504c70 commit 6798777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xrGame/Torch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ CTorch::CTorch(void)
light_render->set_shadow (true);
light_omni = ::Render->light_create();
light_omni->set_type (IRender_Light::POINT);
light_omni->set_shadow (true);
light_omni->set_shadow (!!psDeviceFlags.test(rsR4));

m_switched_on = false;
glow_render = ::Render->glow_create();
Expand Down

0 comments on commit 6798777

Please sign in to comment.