We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7250cdd commit fa4fb77Copy full SHA for fa4fb77
res/gamedata/shaders/r3/effects_wallmark.s
@@ -3,6 +3,6 @@ function normal(shader, t_base, t_second, t_detail)
3
: blend (true,blend.destcolor,blend.srccolor)
4
: zb (true,false)
5
shader:dx10texture ("s_base", t_base)
6
- shader:dx10sampler ("smp_base")
+ shader:dx10sampler ("smp_rtlinear")
7
shader: dx10color_write_enable( true, true, true, false)
8
end
0 commit comments