From 37cd5c033b27f7bdeda67c876759da7fcbb4e9a6 Mon Sep 17 00:00:00 2001 From: ShinyTillDawn Date: Thu, 20 Jul 2023 07:44:27 -0400 Subject: [PATCH] =?UTF-8?q?Line=20740:=20Sprite=20was=20move=20=E2=86=92?= =?UTF-8?q?=20Sprite=20was=20moved=20(#174)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/HexManiac.Core/ViewModels/ImageEditorViewModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HexManiac.Core/ViewModels/ImageEditorViewModel.cs b/src/HexManiac.Core/ViewModels/ImageEditorViewModel.cs index 6c8c574a..231501d5 100644 --- a/src/HexManiac.Core/ViewModels/ImageEditorViewModel.cs +++ b/src/HexManiac.Core/ViewModels/ImageEditorViewModel.cs @@ -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()); } ///