Skip to content

Commit 8a05f88

Browse files
committed
Layers/xrRender/xrRender_console.cpp: renamed r__tf_mipbias -> r1_tf_mipbias
1 parent 1fb38b0 commit 8a05f88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Layers/xrRender/xrRender_console.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ void xrRender_initconsole()
727727
#endif // DEBUG
728728

729729
CMD2(CCC_tf_Aniso, "r__tf_aniso", &ps_r__tf_Anisotropic); // {1..16}
730-
CMD2(CCC_tf_MipBias, "r__tf_mipbias", &ps_r__tf_Mipbias); // {-3 +3}
730+
CMD2(CCC_tf_MipBias, "r1_tf_mipbias", &ps_r__tf_Mipbias); // {-3 +3}
731731

732732
// R1
733733
CMD4(CCC_Float, "r1_ssa_lod_a", &ps_r1_ssaLOD_A, 16, 96);

0 commit comments

Comments
 (0)