Skip to content

Commit

Permalink
update space shooter
Browse files Browse the repository at this point in the history
修正编译错误
  • Loading branch information
gmhevinci committed Dec 25, 2024
1 parent 4f75248 commit df77df4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ IEnumerator Start()
GameObject.Instantiate(go);

// 开始补丁更新流程
PatchOperation operation = new PatchOperation("DefaultPackage", EDefaultBuildPipeline.BuiltinBuildPipeline.ToString(), false, PlayMode);
PatchOperation operation = new PatchOperation("DefaultPackage", PlayMode);
YooAssets.StartOperation(operation);
yield return operation;

Expand Down

0 comments on commit df77df4

Please sign in to comment.