mirror of
https://github.com/nzp-team/quakec.git
synced 2025-02-16 17:10:55 +00:00
CLIENT: Force a vid_reload on init to fix gl_blendsprites
This commit is contained in:
parent
eac3d224f3
commit
c649a7c587
1 changed files with 3 additions and 0 deletions
|
@ -189,6 +189,9 @@ noref void(float apiver, string enginename, float enginever) CSQC_Init =
|
|||
build_datetime = fgets(file);
|
||||
fclose(file);
|
||||
}
|
||||
|
||||
// force a vid_reload as a hack for gl_blendsprites fte bug
|
||||
localcmd("vid_reload\n");
|
||||
};
|
||||
|
||||
noref void() CSQC_WorldLoaded =
|
||||
|
|
Loading…
Reference in a new issue