Skip to content

Commit 69d3d60

Browse files
authored
fix message error (#304)
1 parent 469614c commit 69d3d60

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

EngineErrorMap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3983,4 +3983,4 @@ Spine version not supported.
39833983

39843984
### 16420
39853985

3986-
Start time must bigger than end time.
3986+
End time must bigger than start time.

native/cocos/core/builtin/DebugInfos.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ ccstd::unordered_map<uint32_t, ccstd::string> debugInfos = {
623623
{ 16417, "'clearTrack' interface can not be invoked in cached mode." },
624624
{ 16418, "Debug bones or slots is invalid in cached mode." },
625625
{ 16419, "Spine version not supported." },
626-
{ 16420, "Start time must bigger than end time." },
626+
{ 16420, "End time must bigger than start time." },
627627

628628
};
629629
}//namespace cc

0 commit comments

Comments
 (0)