diff options
| author | Ray <raysan5@gmail.com> | 2016-01-04 12:40:54 +0100 |
|---|---|---|
| committer | Ray <raysan5@gmail.com> | 2016-01-04 12:40:54 +0100 |
| commit | 546c727520d8116132e57fd5e007dd7d873ba9a1 (patch) | |
| tree | 9626741431535dbfdb518d35f553c8184392a23c /src/lighting.h | |
| parent | 3a739c38c591687d0e298a85f1e7bfe4666076bd (diff) | |
| parent | 1656d17b22b362e54710b7164638464e02bd7e5a (diff) | |
| download | raylib-546c727520d8116132e57fd5e007dd7d873ba9a1.tar.gz raylib-546c727520d8116132e57fd5e007dd7d873ba9a1.zip | |
Merge pull request #69 from victorfisac/develop
Improved lighting and physac engine modules and added new example
Diffstat (limited to 'src/lighting.h')
| -rw-r--r-- | src/lighting.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lighting.h b/src/lighting.h index a35113c3..e1fc4e50 100644 --- a/src/lighting.h +++ b/src/lighting.h @@ -84,4 +84,4 @@ void SetMaterialNormalDepth(Material *material, float depth); // Set n } #endif -#endif // LIGHTING_H
\ No newline at end of file +#endif // LIGHTING_H |
