Sfoglia il codice sorgente

Fixed lighting engine module newlines at end of file

pull/69/head
victorfisac 9 anni fa
parent
commit
e0d8cceb65
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +1
    -1
      src/lighting.c
  2. +1
    -1
      src/lighting.h

+ 1
- 1
src/lighting.c Vedi File

@ -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 Vedi File

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

Caricamento…
Annulla
Salva