Changed aspect

This commit is contained in:
Matt Hill
2014-10-06 22:21:33 -04:00
parent 4e5f82c3fb
commit f3ec4fd554

View File

@@ -64,7 +64,7 @@ static int xPos1 = 0;
static int yPos1 = 0;
static int xPos2 = 0;
static int yPos2 = 0;
const float ASPECT_RATIO = 4.33333;
const float ASPECT_RATIO = 1.404;
static bool rdragging = false;
static int rDragStartX = 0;