diff options
Diffstat (limited to 'Source/Fog.cpp')
| -rw-r--r-- | Source/Fog.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Fog.cpp b/Source/Fog.cpp index af30dfa..21ca229 100644 --- a/Source/Fog.cpp +++ b/Source/Fog.cpp @@ -50,4 +50,5 @@ void Fog::ResetFog() glFogi(GL_FOG_END,fogEnd); glEnable(GL_FOG); -}
\ No newline at end of file +} + |
