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;
|
||||
}
|
||||
|
||||
void GSClientToggleSkybox(GSClient client, GSBool toggle) {
|
||||
void GSClientSetSkybox(GSClient client, GSBool toggle) {
|
||||
client->skybox_enabled = toggle;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue