修正名字

This commit is contained in:
ww-rm
2025-04-18 14:48:08 +08:00
parent 4d31335da0
commit 5eb47e33ac

View File

@@ -12,7 +12,7 @@ using SpineViewer.Utils;
namespace SpineViewer.Spine.Implementations.SpineObject
{
[SpineImplementation(SpineVersion.V42)]
internal class Spineobject42 : Spine.SpineObject
internal class SpineObject42 : Spine.SpineObject
{
private SFML.Graphics.BlendMode GetSFMLBlendMode(BlendMode spineBlendMode)
{
@@ -59,7 +59,7 @@ namespace SpineViewer.Spine.Implementations.SpineObject
private readonly SkeletonClipping clipping = new();
public Spineobject42(string skelPath, string atlasPath) : base(skelPath, atlasPath)
public SpineObject42(string skelPath, string atlasPath) : base(skelPath, atlasPath)
{
atlas = new Atlas(AtlasPath, textureLoader);
try