Skip to content

Commit

Permalink
refine
Browse files Browse the repository at this point in the history
  • Loading branch information
bofeng-song committed Dec 11, 2024
1 parent e3aa9fa commit c27680c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/cocos/editor-support/spine-wasm/spine-wasm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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());
}
Expand Down

0 comments on commit c27680c

Please sign in to comment.