Skip to content

Commit

Permalink
NUKE unsued MAX_DLIGHTS
Browse files Browse the repository at this point in the history
  • Loading branch information
VReaperV committed Jan 27, 2025
1 parent bc94987 commit 39c289e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/engine/renderer/tr_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ using bool8_t = uint8_t;
#define MAX_WEIGHTS 4 // GPU vertex skinning limit, never change this without rewriting many GLSL shaders
// XreaL END

#define MAX_DLIGHTS 32 // can't be increased, because bit flags are used on surfaces
#define MAX_ENTITIES MAX_REF_ENTITIES // RB: for compatibility

// renderfx flags
Expand Down

0 comments on commit 39c289e

Please sign in to comment.