Remove our own ReadOnlyDictionary and update usages
This commit is contained in:
@@ -28,7 +28,7 @@ namespace OpenRA.Graphics
|
||||
public HardwarePalette()
|
||||
{
|
||||
Texture = Game.Renderer.Context.CreateTexture();
|
||||
readOnlyModifiablePalettes = modifiablePalettes.AsReadOnly();
|
||||
readOnlyModifiablePalettes = modifiablePalettes;
|
||||
}
|
||||
|
||||
public bool Contains(string name)
|
||||
|
||||
Reference in New Issue
Block a user