From c27680ca8fef8881cd0854d1a3526f99b3b48f5a Mon Sep 17 00:00:00 2001 From: bofeng Date: Fri, 6 Dec 2024 14:34:58 +0800 Subject: [PATCH] refine --- native/cocos/editor-support/spine-wasm/spine-wasm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/native/cocos/editor-support/spine-wasm/spine-wasm.cpp b/native/cocos/editor-support/spine-wasm/spine-wasm.cpp index 1f8a4eeeac4..8f238e16c1d 100644 --- a/native/cocos/editor-support/spine-wasm/spine-wasm.cpp +++ b/native/cocos/editor-support/spine-wasm/spine-wasm.cpp @@ -48,7 +48,7 @@ namespace { attachmentVertices->_textureId = textureMap[textureName]; } else { spine::String logInfo(attachment->getName()); - logInfo.append(" attachment's texture is not exist "); + logInfo.append(" attachment's texture doesn`t exist "); logInfo.append(textureName); logToConsole(logInfo.buffer()); }