Procházet zdrojové kódy

Adjust to standard example screen size

pull/129/merge
Ray před 8 roky
rodič
revize
904ef0d4be
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      examples/shaders_standard_lighting.c

+ 2
- 2
examples/shaders_standard_lighting.c Zobrazit soubor

@ -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)

Načítá se…
Zrušit
Uložit