This commit is contained in:
alzeih
2010-06-20 17:48:20 +12:00
parent a00a5433e4
commit a1ffb68e22
4 changed files with 4 additions and 0 deletions

View File

@@ -23,6 +23,8 @@ namespace OpenRA.Widgets
{
ImageName = (other as ImageWidget).ImageName;
GetImageName = (other as ImageWidget).GetImageName;
ImageCollection = (other as ImageWidget).ImageCollection;
GetImageCollection = (other as ImageWidget).GetImageCollection;
}
public override Widget Clone()