Fixed Issue #1181 : Corrected Property Type of "SourceMesh" to MeshContent.
This commit is contained in:
parent
34b7bddbef
commit
3446b428fc
@ -3,6 +3,7 @@ using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using ANX.Framework.Content.Pipeline.Graphics;
|
||||
|
||||
#endregion
|
||||
|
||||
@ -38,7 +39,7 @@ namespace ANX.Framework.Content.Pipeline.Processors
|
||||
internal set;
|
||||
}
|
||||
|
||||
public ModelMeshContent SourceMesh
|
||||
public MeshContent SourceMesh
|
||||
{
|
||||
get;
|
||||
internal set;
|
||||
|
Loading…
x
Reference in New Issue
Block a user