Skip to content

Commit

Permalink
CPU should still act when recording
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderHarrison committed Sep 23, 2024
1 parent 67dce32 commit 9653ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patch/events/lab/source/lab.c
Original file line number Diff line number Diff line change
Expand Up @@ -6819,7 +6819,7 @@ void Event_Think(GOBJ *event)
}

// CPU Think if not using recording
if ((LabOptions_Record[OPTREC_CPUMODE].option_val == 0) && (LabOptions_Record[OPTREC_HMNMODE].option_val == 0))
if ((LabOptions_Record[OPTREC_CPUMODE].option_val == 0))
LCancel_CPUThink(event, hmn, cpu);

return;
Expand Down

0 comments on commit 9653ff4

Please sign in to comment.