File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ private static int ConvertSkinnedModel(SkinnedModelOptions opts)
77
77
{
78
78
if ( ! animation . Item2 . IsCompatibleWithSkeleton ( skeleton ) )
79
79
{
80
- Console . WriteLine ( "Warning: Found an animation that's not compatible with the provided skeleton - " + animation . Item1 ) ;
80
+ Console . WriteLine ( "Warning: Found an animation that's potentially not compatible with the provided skeleton - " + animation . Item1 ) ;
81
81
}
82
82
}
83
83
Original file line number Diff line number Diff line change 7
7
<Configurations >Debug;Release;ReleasePortable</Configurations >
8
8
<Authors >Crauzer</Authors >
9
9
<Company >Crauzer</Company >
10
+ <Version >1.1</Version >
10
11
</PropertyGroup >
11
12
12
13
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
You can’t perform that action at this time.
0 commit comments