-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 修复幻海导致计时不显示的bug(#11),以及非钓鱼状态cpu占用过高的问题 * 1.修改为在幻海以及特殊天气时,取消钓鱼不会重置天气倒计时,并且保持显示 2.修复在非钓鱼状态cpu占用过高的问题 3.修复启动时因死循环问题导致的无法使用
- Loading branch information
1 parent
2bc5077
commit 2400615
Showing
3 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,7 +73,7 @@ public void Reset() | |
//起身后,界面重置。 | ||
State = FishingState.None; | ||
Update(); | ||
} | ||
} | ||
|
||
public void Update() | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters