Browse Source

Adjust to standard example screen size

pull/129/merge
Ray 8 years ago
parent
commit
904ef0d4be
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      examples/shaders_standard_lighting.c

+ 2
- 2
examples/shaders_standard_lighting.c View File

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

Loading…
Cancel
Save