bugfix
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -51,3 +51,5 @@ packaging/osx/launcher/OpenRA.xcodeproj/*.mode1v3
|
|||||||
temp.c
|
temp.c
|
||||||
temp.o
|
temp.o
|
||||||
temp.s
|
temp.s
|
||||||
|
|
||||||
|
*.config
|
||||||
|
|||||||
@@ -23,6 +23,8 @@ namespace OpenRA.Widgets
|
|||||||
{
|
{
|
||||||
ImageName = (other as ImageWidget).ImageName;
|
ImageName = (other as ImageWidget).ImageName;
|
||||||
GetImageName = (other as ImageWidget).GetImageName;
|
GetImageName = (other as ImageWidget).GetImageName;
|
||||||
|
ImageCollection = (other as ImageWidget).ImageCollection;
|
||||||
|
GetImageCollection = (other as ImageWidget).GetImageCollection;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override Widget Clone()
|
public override Widget Clone()
|
||||||
|
|||||||
0
mods/cnc/packages/.gitignore
vendored
Normal file
0
mods/cnc/packages/.gitignore
vendored
Normal file
0
mods/ra/packages/.gitignore
vendored
Normal file
0
mods/ra/packages/.gitignore
vendored
Normal file
Reference in New Issue
Block a user