Fix missing attribute

This commit is contained in:
Wojtek Figat
2021-03-22 20:15:34 +01:00
parent d65ae8de96
commit f92dd5d34a

View File

@@ -13,6 +13,7 @@ namespace FlaxEditor.Viewport.Previews
/// Base class for texture previews. Draws a surface in the UI and supports view moving/zooming.
/// </summary>
/// <seealso cref="FlaxEngine.GUI.ContainerControl" />
[HideInEditor]
public abstract class TexturePreviewBase : ContainerControl
{
private Rectangle _textureRect;