mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-01 11:49:17 -05:00
Fixed lighting engine module newlines at end of file
This commit is contained in:
@ -121,4 +121,4 @@ void SetMaterialGlossiness(Material *material, float glossiness)
|
|||||||
void SetMaterialNormalDepth(Material *material, float depth)
|
void SetMaterialNormalDepth(Material *material, float depth)
|
||||||
{
|
{
|
||||||
material->normalDepth[0] = depth;
|
material->normalDepth[0] = depth;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -84,4 +84,4 @@ void SetMaterialNormalDepth(Material *material, float depth); // Set n
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // LIGHTING_H
|
#endif // LIGHTING_H
|
||||||
|
|||||||
Reference in New Issue
Block a user