update
This commit is contained in:
parent
52ee2b2447
commit
e6fd011636
2 changed files with 2 additions and 2 deletions
|
|
@ -256,6 +256,6 @@ GSSoundEngine GSClientGetSoundEngine(GSClient client) {
|
||||||
return client->sengine;
|
return client->sengine;
|
||||||
}
|
}
|
||||||
|
|
||||||
void GSClientToggleSkybox(GSClient client, GSBool toggle) {
|
void GSClientSetSkybox(GSClient client, GSBool toggle) {
|
||||||
client->skybox_enabled = toggle;
|
client->skybox_enabled = toggle;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 9544404f7c0851b7f96e310008c3ce2f723cb1f0
|
Subproject commit bbb20f081ef347f074912091e0f641b8104fc69a
|
||||||
Loading…
Add table
Add a link
Reference in a new issue