From e0d8cceb65def88e6c425b1d78b3d84655cb9967 Mon Sep 17 00:00:00 2001 From: victorfisac Date: Sun, 3 Jan 2016 17:52:18 +0100 Subject: Fixed lighting engine module newlines at end of file --- src/lighting.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lighting.c') diff --git a/src/lighting.c b/src/lighting.c index 5cf2a2ec..9014dcd4 100644 --- a/src/lighting.c +++ b/src/lighting.c @@ -121,4 +121,4 @@ void SetMaterialGlossiness(Material *material, float glossiness) void SetMaterialNormalDepth(Material *material, float depth) { material->normalDepth[0] = depth; -} \ No newline at end of file +} -- cgit v1.2.3