mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
change BloodSmear2 decal to use correct graphic
BloodSmear2 is an exact copypaste of BloodSmear1 despite the existence of the BSMEAR2 graphic.
This commit is contained in:
parent
adfd5de166
commit
e740e00e07
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ decal BloodSmear1
|
|||
|
||||
decal BloodSmear2
|
||||
{
|
||||
pic BSMEAR1
|
||||
pic BSMEAR2
|
||||
x-scale 0.625
|
||||
y-scale 0.625
|
||||
shade "BloodDefault"
|
||||
|
|
Loading…
Reference in a new issue