MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / OnTerrRandomizeSky

Method OnTerrRandomizeSky

editor/TerrainDialog.cpp:983–986  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

981}
982
983void CTerrainDialog::OnTerrRandomizeSky() {
984 SetupSky(Terrain_sky.radius, Terrain_sky.flags, 1);
985 TV_changed = 1;
986}
987
988void CTerrainDialog::OnPaint() {
989 CPaintDC dc(this); // device context for painting

Callers

nothing calls this directly

Calls 1

SetupSkyFunction · 0.85

Tested by

no test coverage detected