Fixed Issue #1181 : Corrected Property Type of "SourceMesh" to MeshContent.

This commit is contained in:
SND\eagleeyestudios_cp 2013-06-03 16:33:44 +00:00 committed by Konstantin Koch
parent 34b7bddbef
commit 3446b428fc

View File

@ -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;