Procházet zdrojové kódy

Fixed lighting engine module newlines at end of file

pull/69/head
victorfisac před 10 roky
rodič
revize
e0d8cceb65
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +1
    -1
      src/lighting.c
  2. +1
    -1
      src/lighting.h

+ 1
- 1
src/lighting.c Zobrazit soubor

@ -121,4 +121,4 @@ void SetMaterialGlossiness(Material *material, float glossiness)
void SetMaterialNormalDepth(Material *material, float depth)
{
material->normalDepth[0] = depth;
}
}

+ 1
- 1
src/lighting.h Zobrazit soubor

@ -84,4 +84,4 @@ void SetMaterialNormalDepth(Material *material, float depth); // Set n
}
#endif
#endif // LIGHTING_H
#endif // LIGHTING_H

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