Skip to content

Commit 063bf5e

Browse files
committed
Increase MAX_RENDER_COMMANDS to match etlegacy for etjump
1 parent b008106 commit 063bf5e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/renderer/tr_local.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2166,7 +2166,7 @@ RENDERER BACK END COMMAND QUEUE
21662166
=============================================================
21672167
*/
21682168

2169-
#define MAX_RENDER_COMMANDS 0x80000
2169+
#define MAX_RENDER_COMMANDS 0x100000
21702170

21712171
typedef struct {
21722172
byte cmds[MAX_RENDER_COMMANDS];

src/renderervk/tr_local.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2161,7 +2161,7 @@ RENDERER BACK END COMMAND QUEUE
21612161
=============================================================
21622162
*/
21632163

2164-
#define MAX_RENDER_COMMANDS 0x80000
2164+
#define MAX_RENDER_COMMANDS 0x100000
21652165

21662166
typedef struct {
21672167
byte cmds[MAX_RENDER_COMMANDS];

0 commit comments

Comments
 (0)