Fix Bullet contrails

This commit is contained in:
reaperrr
2019-05-24 00:53:03 +02:00
committed by abcdefg30
parent 29d238ba03
commit 71995dbcbe

View File

@@ -112,7 +112,8 @@ namespace OpenRA.Mods.Common.Projectiles
readonly WAngle angle;
readonly WDist speed;
readonly string trailPalette;
readonly ContrailRenderable contrail;
ContrailRenderable contrail;
[Sync]
WPos pos, target, source;