Skip to content

Commit

Permalink
renderer2: increase FUNCTABLE_SIZE
Browse files Browse the repository at this point in the history
  • Loading branch information
twt_thunder authored and IR4T4 committed Apr 22, 2018
1 parent 78250ac commit cb4d266
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/renderer2/tr_local.h
Expand Up @@ -3325,8 +3325,8 @@ typedef struct

#define DEFAULT_FOG_EXP_DENSITY 0.5

#define FUNCTABLE_SIZE 1024
#define FUNCTABLE_SIZE2 10
#define FUNCTABLE_SIZE 4096 ///< % 1024
#define FUNCTABLE_SIZE2 12 ///< % 10
#define FUNCTABLE_MASK (FUNCTABLE_SIZE - 1)

#define MAX_GLSTACK 5
Expand Down

0 comments on commit cb4d266

Please sign in to comment.