Fixed lighting engine module newlines at end of file
This commit is contained in:
parent
3a739c38c5
commit
e0d8cceb65
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user