Skip to content

Commit 1602840

Browse files
committed
small changes
1 parent a8b08eb commit 1602840

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

game8/src/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include <string>
1616
#include <filesystem>
1717

18-
// Total: 26:00
18+
// Total: 29:30
1919
// Started: 13:00
2020
//
2121
// Lighting TODO:
@@ -186,7 +186,7 @@ int main() {
186186
.far_plane = 100.0f,
187187
},
188188
.renderer = {
189-
.global_light = {0.15, 0.15, 0.3, 1},
189+
.global_light = {0.2, 0.2, 0.4, 1},
190190
.clear_colour = {0.2, 0.2, 0.2, 1},
191191
.water_level = BASE_WATER_LEVEL,
192192
},

0 commit comments

Comments
 (0)