diff --git a/examples/Tut01/main.cpp b/examples/Tut01/main.cpp index 9c33f6859..b5e07074d 100644 --- a/examples/Tut01/main.cpp +++ b/examples/Tut01/main.cpp @@ -19,7 +19,7 @@ int main(int argc, char* argv[]) Ndk::World& world = application.AddWorld(); world.GetSystem().SetGlobalUp(Nz::Vector3f::Down()); - world.GetSystem().SetDefaultBackground(Nz::ColorBackground::New(Nz::Color(192, 100, 100))); + world.GetSystem().SetDefaultBackground(Nz::ColorBackground::New(Nz::Color(117, 122, 214))); Ndk::EntityHandle viewEntity = world.CreateEntity();