saving works
This commit is contained in:
@@ -81,6 +81,8 @@ namespace OpenRA.Editor
|
||||
DrawWithBrush();
|
||||
if (e.Button == MouseButtons.Left && Actor != null)
|
||||
DrawWithActor();
|
||||
if (e.Button == MouseButtons.Left && Resource != null)
|
||||
DrawWithResource();
|
||||
|
||||
Invalidate();
|
||||
}
|
||||
@@ -183,6 +185,8 @@ namespace OpenRA.Editor
|
||||
DrawWithBrush();
|
||||
if (e.Button == MouseButtons.Left && Actor != null)
|
||||
DrawWithActor();
|
||||
if (e.Button == MouseButtons.Left && Resource != null)
|
||||
DrawWithResource();
|
||||
|
||||
Invalidate();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user