From d8ef5b5f0b3aefe941e58c240386548424aae2d6 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Thu, 12 Jun 2025 04:11:58 +0200 Subject: [PATCH] [cpp] 4.3 porting WIP --- spine-cpp/spine-cpp/include/spine/AtlasAttachmentLoader.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/spine-cpp/spine-cpp/include/spine/AtlasAttachmentLoader.h b/spine-cpp/spine-cpp/include/spine/AtlasAttachmentLoader.h index 851116748..b8f42d689 100644 --- a/spine-cpp/spine-cpp/include/spine/AtlasAttachmentLoader.h +++ b/spine-cpp/spine-cpp/include/spine/AtlasAttachmentLoader.h @@ -41,7 +41,9 @@ namespace spine { class AtlasRegion; /// An AttachmentLoader that configures attachments using texture regions from an Atlas. - /// See http://esotericsoftware.com/spine-loading-skeleton-data#JSON-and-binary-data about Loading Skeleton Data in the Spine Runtimes Guide. + /// + /// See https://esotericsoftware.com/spine-loading-skeleton-data#JSON-and-binary-data Loading skeleton data in the + /// Spine Runtimes Guide. class SP_API AtlasAttachmentLoader : public AttachmentLoader { public: RTTI_DECL