Skip to content

Commit

Permalink
Changed HEIGHT macro
Browse files Browse the repository at this point in the history
For different resolution screens
  • Loading branch information
abhayMore authored Sep 26, 2021
1 parent aff57c0 commit 4edfd02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include "Ray.h"

#define WIDTH 900
#define HEIGHT 900
#define HEIGHT 800

int main()
{
Expand Down Expand Up @@ -95,4 +95,4 @@ int main()
window.display();
}
return 0;
}
}

0 comments on commit 4edfd02

Please sign in to comment.