Remove Map.SequenceProvider.
This commit is contained in:
@@ -328,7 +328,7 @@ namespace OpenRA.Mods.Common.Widgets.Logic
|
||||
else
|
||||
{
|
||||
currentFilename = filename;
|
||||
currentSprites = world.Map.SequenceProvider.SpriteCache[filename];
|
||||
currentSprites = world.Map.Rules.Sequences.SpriteCache[filename];
|
||||
currentFrame = 0;
|
||||
frameSlider.MaximumValue = (float)currentSprites.Length - 1;
|
||||
frameSlider.Ticks = currentSprites.Length;
|
||||
|
||||
Reference in New Issue
Block a user