Commit 3c583b51 3c583b51de94882d867a8164702e26c7702051c8 by jinwawa

repair cake game bug

1 parent 2a2f97a2
......@@ -567,7 +567,7 @@ function CakeScene:onKeypadOk()
if not self.is_starting then
self:startGame();
else
elseif self.cur_cake~=nil then
self.tips_show:hide();
self:drop_cake();
end
......