Adjust to standard example screen size

This commit is contained in:
Ray 2016-06-08 22:55:38 +02:00
parent 99ee26b001
commit 904ef0d4be

View file

@ -22,8 +22,8 @@ int main()
{ {
// Initialization // Initialization
//-------------------------------------------------------------------------------------- //--------------------------------------------------------------------------------------
int screenWidth = 1280; int screenWidth = 800;
int screenHeight = 720; int screenHeight = 450;
SetConfigFlags(FLAG_MSAA_4X_HINT); // Enable Multi Sampling Anti Aliasing 4x (if available) SetConfigFlags(FLAG_MSAA_4X_HINT); // Enable Multi Sampling Anti Aliasing 4x (if available)