diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 31a39ecd7..348547321 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2009,7 +2009,8 @@ int main(int argc, char *argv[]) if(camera == NULL)
return 1;
- video::SColor skycolor = video::SColor(255,90,140,200);
+ //video::SColor skycolor = video::SColor(255,90,140,200);
+ video::SColor skycolor = video::SColor(255,166,202,244);
camera->setFOV(FOV_ANGLE);
|