Sky: Should have tested this. Skies should now be fixed.
This commit is contained in:
parent
75bed53adc
commit
9d36a89d0c
6 changed files with 2 additions and 0 deletions
|
@ -16,4 +16,6 @@ void Sky_Update(void)
|
||||||
void Sky_Set(string name)
|
void Sky_Set(string name)
|
||||||
{
|
{
|
||||||
g_skyname = name;
|
g_skyname = name;
|
||||||
|
print(sprintf("[SKY] Set to %s", g_skyname));
|
||||||
|
Sky_Update();
|
||||||
}
|
}
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue