Skip to content

Commit

Permalink
Layers/xrRender/xrRender_console.cpp: renamed r__tf_mipbias -> r1_tf_…
Browse files Browse the repository at this point in the history
…mipbias
  • Loading branch information
Xottab-DUTY committed Aug 6, 2018
1 parent 1fb38b0 commit 8a05f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Layers/xrRender/xrRender_console.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ void xrRender_initconsole()
#endif // DEBUG

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

// R1
CMD4(CCC_Float, "r1_ssa_lod_a", &ps_r1_ssaLOD_A, 16, 96);
Expand Down

0 comments on commit 8a05f88

Please sign in to comment.