[unity] Fixed compile error on Unity 2017 of previous commit 5beb3c9. See #1945.

This commit is contained in:
Harald Csaszar 2026-02-12 20:23:12 +01:00
parent 5beb3c9352
commit 64b0031db0

View File

@ -372,7 +372,7 @@ namespace Spine.Unity.AttachmentTools {
};
}
protected struct BlendModeAtlasPages {
private struct BlendModeAtlasPages {
public AtlasPage normalPage;
public AtlasPage additivePage;
public AtlasPage multiplyPage;