Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
金学艇
/
xhx
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
3c583b51
...
3c583b51de94882d867a8164702e26c7702051c8
authored
2019-09-25 15:22:59 +0800
by
jinwawa
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
repair cake game bug
1 parent
2a2f97a2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
client/cake/client/src/app/views/cake/CakeScene.lua
client/cake/client/src/app/views/cake/CakeScene.lua
View file @
3c583b5
...
...
@@ -567,7 +567,7 @@ function CakeScene:onKeypadOk()
if
not
self
.
is_starting
then
self
:
startGame
();
else
else
if
self
.
cur_cake
~=
nil
then
self
.
tips_show
:
hide
();
self
:
drop_cake
();
end
...
...
Please
register
or
sign in
to post a comment