Skip to content

Commit

Permalink
Merge pull request #16 from TheMrIron2/patch-1
Browse files Browse the repository at this point in the history
Resolution correction
  • Loading branch information
kosua20 authored Dec 27, 2017
2 parents 650d603 + 82e79d4 commit 83bd994
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ps2/src/dragon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ int main(){
zbuffer_t z;
framebuffer_t framebuffers[2];
framebuffers[0].width = 640;
framebuffers[0].height = 512;
framebuffers[0].height = 448;
framebuffers[1].width = 640;
framebuffers[1].height = 512;
framebuffers[1].height = 448;


setupContext(framebuffers, z);
Expand Down

0 comments on commit 83bd994

Please sign in to comment.