This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
Fixed lighting engine module newlines at end of file
pull/69/head
victorfisac
10 years ago
parent
3a739c38c5
commit
e0d8cceb65
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/lighting.c
+1
-1
src/lighting.h
+ 1
- 1
src/lighting.c
View 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
View File
@ -84,4 +84,4 @@ void SetMaterialNormalDepth(Material *material, float depth); // Set n
}
#
endif
#
endif
/
/
LIGHTING_H
#
endif
/
/
LIGHTING_H
Write
Preview
Loading…
Cancel
Save