Skip to content

Commit 8f634e2

Browse files
committed
feat: support PatchID MAP in wrapper
1 parent 45fe8fd commit 8f634e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wrapper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ int WrapperAPI wrapperLoadRes(pDataList perData, unsigned int resId) {
179179

180180
int WrapperAPI wrapperUnloadRes(unsigned int resId) {
181181
std::string patchId;
182-
patchId = GetPatchID(resId)
182+
patchId = GetPatchID(resId);
183183
int ret = pyWrapper->wrapperUnloadRes(patchId);
184184
return ret;
185185
}

0 commit comments

Comments
 (0)