Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Richard Gobeille
EDuke32
Commits
0f77f5df
Commit
0f77f5df
authored
Jan 20, 2021
by
Evan Ramos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Re-enable the r_texfilter cvar
parent
525828c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
source/build/src/polymost.cpp
source/build/src/polymost.cpp
+1
-1
No files found.
source/build/src/polymost.cpp
View file @
0f77f5df
...
...
@@ -9881,8 +9881,8 @@ void polymost_initosdfuncs(void)
#if 0
{ "r_enablepolymost2","enable/disable polymost2",(void *) &r_enablepolymost2, CVAR_BOOL, 0, 0 }, //POGO: temporarily disable this variable
{ "r_pogoDebug","",(void *) &r_pogoDebug, CVAR_BOOL | CVAR_NOSAVE, 0, 1 },
{ "r_texfilter", "changes the texture filtering settings (may require restart)", (void *) &gltexfiltermode, CVAR_INT|CVAR_FUNCPTR, 0, 5 },
#endif
{
"r_texfilter"
,
"changes the texture filtering settings (may require restart)"
,
(
void
*
)
&
gltexfiltermode
,
CVAR_INT
|
CVAR_FUNCPTR
,
0
,
5
},
{
"r_polymostDebug"
,
"Set the verbosity of Polymost GL debug messages"
,(
void
*
)
&
r_polymostDebug
,
CVAR_INT
,
0
,
3
},
#ifdef USE_GLEXT
{
"r_detailmapping"
,
"enable/disable detail mapping"
,(
void
*
)
&
r_detailmapping
,
CVAR_BOOL
,
0
,
1
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment