This commit is contained in:
Nishi 2026-02-02 23:27:42 +09:00
commit c99d6785ba
Signed by: nishi
GPG key ID: 27EF69B208EB9343

View file

@ -54,11 +54,6 @@ GSClient GSClientCreate(GSEngine engine) {
client->light0[2] = 0;
client->light0[3] = 0;
client->light0[0] = 5;
client->light0[1] = 5;
client->light0[2] = 0;
client->light0[3] = 1;
client->skybox_enabled = GSFalse;
if((client->sengine = GSSoundEngineCreate(client)) == NULL) {