mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-21 19:45:10 +00:00
Reset skybox color on network shutdown (#393)
This commit is contained in:
parent
d02b85bb5e
commit
93cbf480b6
1 changed files with 3 additions and 0 deletions
|
@ -679,6 +679,9 @@ void network_shutdown(bool sendLeaving, bool exiting, bool popup, bool reconnect
|
|||
gVertexColor[0] = 255;
|
||||
gVertexColor[1] = 255;
|
||||
gVertexColor[2] = 255;
|
||||
gSkyboxColor[0] = 255;
|
||||
gSkyboxColor[1] = 255;
|
||||
gSkyboxColor[2] = 255;
|
||||
gFogColor[0] = 255;
|
||||
gFogColor[1] = 255;
|
||||
gFogColor[2] = 255;
|
||||
|
|
Loading…
Reference in a new issue