Преглед изворни кода

Fixed lighting engine module newlines at end of file

pull/69/head
victorfisac пре 10 година
родитељ
комит
e0d8cceb65
2 измењених фајлова са 2 додато и 2 уклоњено
  1. +1
    -1
      src/lighting.c
  2. +1
    -1
      src/lighting.h

+ 1
- 1
src/lighting.c Прегледај датотеку

@ -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 Прегледај датотеку

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

Loading…
Откажи
Сачувај