You don't need to do that walterar, you just need to find the code that sets those flags and change it from `DRAW_SKYBOX` to `DRAW_SKYBOX | DRAW_STARS`, yes just change `Game.cpp` line 544 fromwalterar wrote:I would like to avoid having to do this:]
Code: Select all
m_space->GetBackground()->SetDrawFlags( Background::Container::DRAW_SKYBOX );
Code: Select all
m_space->GetBackground()->SetDrawFlags( Background::Container::DRAW_SKYBOX | Background::Container::DRAW_STARS);
I don't want the skybox to "go away", I think it can do a much better job of rendering the Milkyway or other backgrounds than our previous method, but I guess point-stars can come back as a default.


