This commit is contained in:
Nishi 2026-01-27 18:52:13 +09:00
commit e6fd011636
Signed by: nishi
GPG key ID: 27EF69B208EB9343
2 changed files with 2 additions and 2 deletions

View file

@ -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;
}