Skip to content

Commit 7047501

Browse files
committed
WEB/CLIENT: Set gl_ext_GL_ARB_multi_texture on startup
1 parent 7bef8c1 commit 7047501

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

source/client/main.qc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,8 @@ noref void(float apiver, string enginename, float enginever) CSQC_Init =
176176

177177
if (platform_is_web) {
178178
cvar_set("com_protocolname", "NZP-REBOOT-WEB");
179+
cvar_set("gl_ext_GL_ARB_multi_texture", ftos(1));
180+
localcmd("vid_restart\n");
179181
}
180182

181183
// cvars for custom settings

0 commit comments

Comments
 (0)