Skip to content

Commit f64e29e

Browse files
committed
bump
1 parent 7a088ff commit f64e29e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lol2gltf/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ private static int ConvertSkinnedModel(SkinnedModelOptions opts)
7777
{
7878
if(!animation.Item2.IsCompatibleWithSkeleton(skeleton))
7979
{
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);
8181
}
8282
}
8383

lol2gltf/lol2gltf.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<Configurations>Debug;Release;ReleasePortable</Configurations>
88
<Authors>Crauzer</Authors>
99
<Company>Crauzer</Company>
10+
<Version>1.1</Version>
1011
</PropertyGroup>
1112

1213
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">

0 commit comments

Comments
 (0)