Merge branch 'add-ctor-matbrush-inst' of https://github.com/Tryibion/FlaxEngine into Tryibion-add-ctor-matbrush-inst
This commit is contained in:
@@ -25,7 +25,7 @@ namespace FlaxEngine.GUI
|
|||||||
/// Initializes a new instance of the <see cref="MaterialBrush"/> struct.
|
/// Initializes a new instance of the <see cref="MaterialBrush"/> struct.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="material">The material.</param>
|
/// <param name="material">The material.</param>
|
||||||
public MaterialBrush(Material material)
|
public MaterialBrush(MaterialBase material)
|
||||||
{
|
{
|
||||||
Material = material;
|
Material = material;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user