Compare commits

..

No commits in common. "7e8164b1d9048290478f7f0c4d48c9144116fdca" and "a20383ff3b4da3cf465d50057387973a0f25b12f" have entirely different histories.

1 changed files with 0 additions and 4 deletions

View File

@ -56,10 +56,6 @@ func (this *PolicyClawdoll) OnStart(s *base.Scene) {
func (this *PolicyClawdoll) OnStop(s *base.Scene) { func (this *PolicyClawdoll) OnStop(s *base.Scene) {
logger.Logger.Trace("(this *PolicyClawdoll) OnStop , sceneId=", s.GetSceneId()) logger.Logger.Trace("(this *PolicyClawdoll) OnStop , sceneId=", s.GetSceneId())
sceneEx, ok := s.ExtraData.(*SceneEx)
if ok {
sceneEx.ShutDown()
}
} }
func (this *PolicyClawdoll) OnTick(s *base.Scene) { func (this *PolicyClawdoll) OnTick(s *base.Scene) {