Skip to content

Commit 1b2d353

Browse files
committed
WEB/CLIENT: Always vid_reload at startup
1 parent 7bef8c1 commit 1b2d353

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/client/main.qc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ noref void(float apiver, string enginename, float enginever) CSQC_Init =
242242

243243
noref void() CSQC_WorldLoaded =
244244
{
245-
if (need_vid_reload == true) {
245+
if (need_vid_reload == true || platform_is_web == true) {
246246
need_vid_reload = false;
247247
localcmd("vid_reload\n");
248248
}

0 commit comments

Comments
 (0)