Skip to content

Commit

Permalink
Revert + change
Browse files Browse the repository at this point in the history
Increased maximum texture horizontal resolution back to 768 (why was it like this in the first place? Either way, it's easier to just leave it like this than change every texture to be 720x480), increased maximum vertical texture resolution from 480 to 576
  • Loading branch information
TheMrIron2 authored Dec 20, 2017
1 parent 5a340eb commit 2d5d71a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/video.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
extern "C" {
#endif

#define MAX_TEX_WIDTH 720
#define MAX_TEX_HEIGHT 480
#define MAX_TEX_WIDTH 768
#define MAX_TEX_HEIGHT 576

#define MAX_WIDTH 1280
#define MAX_HEIGHT 720
Expand Down

0 comments on commit 2d5d71a

Please sign in to comment.