diff --git a/PCK-Studio/Rendering/TextureChangingEventArgs.cs b/PCK-Studio/Rendering/TextureChangingEventArgs.cs index f04469f9..6174e509 100644 --- a/PCK-Studio/Rendering/TextureChangingEventArgs.cs +++ b/PCK-Studio/Rendering/TextureChangingEventArgs.cs @@ -22,7 +22,7 @@ namespace PckStudio.Rendering { public class TextureChangingEventArgs : CancelEventArgs { - public Image NewTexture { get; set; } + public Image NewTexture { get; } public TextureChangingEventArgs(Image newTexture) : base() {