From 44b1879553ec245e83b88d3f7b3afe3d000a3148 Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Sun, 16 Sep 2012 04:51:28 +0000 Subject: [PATCH] - Increased max resolution to 5760x3600, which is enough to do 2x supersampling on the currently largest resolution monitors available (which is the MacBook Pro with Retina Display's 2880x1800). SVN r3873 (trunk) --- src/r_defs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/r_defs.h b/src/r_defs.h index c43b6be83..5f8272b3d 100644 --- a/src/r_defs.h +++ b/src/r_defs.h @@ -38,8 +38,8 @@ #include "dthinker.h" -#define MAXWIDTH 2880 -#define MAXHEIGHT 1800 +#define MAXWIDTH 5760 +#define MAXHEIGHT 3600 const WORD NO_INDEX = 0xffffu; const DWORD NO_SIDE = 0xffffffffu;