Skip to content

Commit

Permalink
Fixed bug with wallmarks on R3-R4
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Mar 5, 2018
1 parent 7250cdd commit fa4fb77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/gamedata/shaders/r3/effects_wallmark.s
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ function normal(shader, t_base, t_second, t_detail)
: blend (true,blend.destcolor,blend.srccolor)
: zb (true,false)
shader:dx10texture ("s_base", t_base)
shader:dx10sampler ("smp_base")
shader:dx10sampler ("smp_rtlinear")
shader: dx10color_write_enable( true, true, true, false)
end

0 comments on commit fa4fb77

Please sign in to comment.