mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- removed unused (now always active) gl_trimsprites option from the menu.
This commit is contained in:
parent
2766b5ab2b
commit
4619fc5622
2 changed files with 0 additions and 4 deletions
|
@ -87,9 +87,6 @@ CUSTOM_CVAR(Bool, gl_texture_usehires, true, CVAR_ARCHIVE|CVAR_NOINITCALL)
|
|||
|
||||
CVAR(Bool, gl_precache, false, CVAR_ARCHIVE)
|
||||
|
||||
CVAR(Bool, gl_trimsprites, true, CVAR_ARCHIVE);
|
||||
|
||||
|
||||
//==========================================================================
|
||||
//
|
||||
// Sprite CVARs
|
||||
|
|
|
@ -2485,7 +2485,6 @@ OptionMenu "GLTextureGLOptions" protected
|
|||
Option "$GLTEXMNU_RESIZESPR", gl_texture_hqresize_sprites, "OnOff"
|
||||
Option "$GLTEXMNU_RESIZEFNT", gl_texture_hqresize_fonts, "OnOff"
|
||||
Option "$GLTEXMNU_PRECACHETEX", gl_precache, "YesNo"
|
||||
Option "$GLTEXMNU_TRIMSPREDGE", gl_trimsprites, "OnOff"
|
||||
Option "$GLTEXMNU_SORTDRAWLIST", gl_sort_textures, "YesNo"
|
||||
Class "GLTextureGLOptions"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue