Skip to content

Commit

Permalink
Update subsystem-priority.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
ImJustKisik committed Jul 7, 2024
1 parent cee068f commit 5e4cc16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/__defines/subsystem-priority.dm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// SS_TICKER
#define SS_PRIORITY_OVERLAY 100 // Applies overlays. May cause overlay pop-in if it gets behind.
#define SS_PRIORITY_TIMER 20
#define SS_PRIORITY_DPC 19 //SS220 ADD
#define SS_PRIORITY_DPC 19 //SS220 ADD

// Normal
#define SS_PRIORITY_TICKER 100 // Gameticker.
Expand Down

0 comments on commit 5e4cc16

Please sign in to comment.