mirror of
https://github.com/haven1433/HexManiacAdvance.git
synced 2026-06-02 21:45:13 -05:00
Line 740: Sprite was move → Sprite was moved (#174)
This commit is contained in:
parent
56fc56265f
commit
37cd5c033b
|
|
@ -737,7 +737,7 @@ namespace HavenSoft.HexManiac.Core.ViewModels {
|
|||
if (spriteRun is ITilemapRun tilemapRun) tilemapRun.FindMatchingTileset(model);
|
||||
|
||||
var newRun = spriteRun.SetPixels(model, history.CurrentChange, SpritePage, pixels);
|
||||
if (newRun.Start != spriteRun.Start) RaiseMessage("Sprite was move to " + newRun.Start.ToAddress());
|
||||
if (newRun.Start != spriteRun.Start) RaiseMessage("Sprite was moved to " + newRun.Start.ToAddress());
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user