diff --git a/lua_probject/base_project/Game/View/MainView.lua b/lua_probject/base_project/Game/View/MainView.lua index 291a85f0..018d1a8b 100644 --- a/lua_probject/base_project/Game/View/MainView.lua +++ b/lua_probject/base_project/Game/View/MainView.lua @@ -737,7 +737,7 @@ function M:EventInit() _gamectr:AddEventListener(GameEvent.AddScore, handler(self, self.OnAddScoreAnimation)) - _gamectr:AddEventListener(GameEvent.MISSILE, handler(self, self.)) + _gamectr:AddEventListener(GameEvent.MISSILE, handler(self, self.OnMissile)) _gamectr:AddEventListener( GameEvent.DeskBreak,