diff --git a/Escape-the-Dawn/Camera.cpp b/Escape-the-Dawn/Camera.cpp index 316a9a0..51977c3 100644 --- a/Escape-the-Dawn/Camera.cpp +++ b/Escape-the-Dawn/Camera.cpp @@ -95,4 +95,4 @@ void Camera::FarClip(float val) { m_FarClip = val; UpdateProjectionMatrix(); -} +} \ No newline at end of file diff --git a/Escape-the-Dawn/Shaders/Fragment.glsl b/Escape-the-Dawn/Shaders/Fragment.glsl index ca7ef0b..5e3f603 100644 --- a/Escape-the-Dawn/Shaders/Fragment.glsl +++ b/Escape-the-Dawn/Shaders/Fragment.glsl @@ -23,7 +23,7 @@ in VertexData { vec3 ShadowCoord; } Input; -vec3 scene_ambient = vec3(0.98f, 0.95f, 0.8f); +vec3 scene_ambient = vec3(0.98, 0.95, 0.7); out vec4 fragmentColor;