mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-29 07:12:36 +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
|
decal BloodSmear2
|
||||||
{
|
{
|
||||||
pic BSMEAR1
|
pic BSMEAR2
|
||||||
x-scale 0.625
|
x-scale 0.625
|
||||||
y-scale 0.625
|
y-scale 0.625
|
||||||
shade "BloodDefault"
|
shade "BloodDefault"
|
||||||
|
|
Loading…
Reference in a new issue