PR #51 but updated, also PR #252

This commit is contained in:
dexy
2024-07-12 11:39:52 +10:00
Unverified
parent 6cf72c4b74
commit e5dc63f429
3 changed files with 314 additions and 397 deletions
File diff suppressed because it is too large Load Diff
+2 -1
View File
@@ -103,11 +103,12 @@ namespace CodeWalker.Project.Panels
{
if (ProjectForm.WorldForm == null)
{
MessageBox.Show("You can only do this while in full CodeWalker", "Error", MessageBoxButtons.OK, MessageBoxIcon.Error);
MessageBox.Show("You can only do this while the Project Window is open.", "Error", MessageBoxButtons.OK, MessageBoxIcon.Error);
return;
}
ProjectForm.WorldForm.Space.MoveYndArea(Ynd, x, y);
ProjectForm.WorldForm.UpdatePathYndGraphics(Ynd, true);
ProjectForm.SetYndHasChanged(Ynd, true);
// Take the updated information