mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +00:00
Fix for issue #660 with stated preferred decal. (The more complex example of the two possible.)
This commit is contained in:
parent
c950ca2c77
commit
10abee5e67
1 changed files with 1 additions and 1 deletions
|
|
@ -893,7 +893,7 @@ datablock ProjectileData(GrenadeLauncherProjectile)
|
||||||
explosion = GrenadeLauncherExplosion;
|
explosion = GrenadeLauncherExplosion;
|
||||||
waterExplosion = GrenadeLauncherWaterExplosion;
|
waterExplosion = GrenadeLauncherWaterExplosion;
|
||||||
|
|
||||||
decal = ExpBlastDecal;
|
decal = ScorchRXDecal;
|
||||||
splash = GrenadeSplash;
|
splash = GrenadeSplash;
|
||||||
|
|
||||||
particleEmitter = GrenadeProjSmokeTrailEmitter;
|
particleEmitter = GrenadeProjSmokeTrailEmitter;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue