diff --git a/src/d_main.cpp b/src/d_main.cpp index f60f7f53f..a75caaff6 100644 --- a/src/d_main.cpp +++ b/src/d_main.cpp @@ -1063,11 +1063,6 @@ void D_SRB2Loop(void) } renderisnewtic = true; - - if (!dedicated) - { - G_DeviceLEDTick(); - } } else { @@ -1108,6 +1103,11 @@ void D_SRB2Loop(void) if (takescreenshot) M_DoScreenShot(); + if (!dedicated) + { + G_DeviceLEDTick(); + } + // consoleplayer -> displayplayers (hear sounds from viewpoint) S_UpdateSounds(); // move positional sounds if (renderisnewtic)