mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-01-06 01:11:11 +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
b6f9fd1e02
commit
e65d7b4aee
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