Skip to content

Commit

Permalink
totaldecaldeath
Browse files Browse the repository at this point in the history
  • Loading branch information
InvalidArgument3 committed Aug 9, 2024
1 parent 4f1542d commit 118aa97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Data/Scripts/CoreSystems/AudioVisual/RunAv.cs
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ internal void End()
Normal = av.Direction,
};

MyDecals.HandleAddDecal(av.Hit.Entity, hitInfo, Vector3.Zero, materialType, projectileMaterial, null, -1, voxelMaterial, false, MyDecalFlags.IgnoreOffScreenDeletion, MyAPIGateway.Session.GameplayFrameCounter + av.AmmoDef.AmmoGraphics.Decals.MaxAge);
//MyDecals.HandleAddDecal(av.Hit.Entity, hitInfo, Vector3.Zero, materialType, projectileMaterial, null, -1, voxelMaterial, false, MyDecalFlags.IgnoreOffScreenDeletion, MyAPIGateway.Session.GameplayFrameCounter + av.AmmoDef.AmmoGraphics.Decals.MaxAge);
}
}
}
Expand Down

0 comments on commit 118aa97

Please sign in to comment.