- 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)
This commit is contained in:
Randy Heit 2012-09-16 04:51:28 +00:00
parent 11ca707485
commit 44b1879553
1 changed files with 2 additions and 2 deletions

View File

@ -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;