Skip to content

Commit

Permalink
[MIRROR] correct a 9 to an 8 (#2347)
Browse files Browse the repository at this point in the history
Co-authored-by: Spookerton <[email protected]>
Co-authored-by: UEDCommander <[email protected]>
  • Loading branch information
3 people authored Jul 1, 2024
1 parent a8a9619 commit cfa0317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/__defines/__renderer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
#define RENDER_GROUP_SCENE 800

/// Things to be drawn within the screen context
#define RENDER_GROUP_SCREEN 950
#define RENDER_GROUP_SCREEN 850

/// The final render group, for compositing
#define RENDER_GROUP_FINAL 900
Expand Down

0 comments on commit cfa0317

Please sign in to comment.