mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-10 14:42:05 +00:00
CLIENT: Remove awful gl_blendsprites hack
This commit is contained in:
parent
89212fe690
commit
447342ed71
1 changed files with 0 additions and 5 deletions
|
@ -189,11 +189,6 @@ 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
|
||||
// don't do this on WebGL since it corrupts modelindex for.. some reason..
|
||||
if (!platform_is_web)
|
||||
localcmd("vid_reload\n");
|
||||
};
|
||||
|
||||
noref void() CSQC_WorldLoaded =
|
||||
|
|
Loading…
Reference in a new issue