Fix target lines appearing not long enough on screen

Also changes the Delay attribute from ticks to milliseconds.
This commit is contained in:
Oliver Brakmann
2020-07-12 17:40:12 +02:00
committed by abcdefg30
parent 04bfd62f2f
commit 60a7f53491
3 changed files with 51 additions and 6 deletions

View File

@@ -68,6 +68,7 @@ namespace OpenRA.Mods.Common.UpdateRules
new UpdateTilesetColors(),
new UpdateMapInits(),
new CreateFlashPaletteEffectWarhead(),
new ChangeTargetLineDelayToMilliseconds(),
})
};