Skip to content
Snippets Groups Projects
Commit fa94969e authored by dg's avatar dg
Browse files

Fixed naga portal particles and worldmap unvisited glow

git-svn-id: http://svn.net-core.org/repos/t-engine4@5532 51575b47-30f0-44d4-a5cc-537603b46e54
parent aa11b35e
No related branches found
No related tags found
No related merge requests found
......@@ -220,6 +220,10 @@ end
--- Attach or remove a display callback
-- Defines particles to display
function _M:defineDisplayCallback()
if self.add_displays then
for i, add in ipairs(self.add_displays) do add:defineDisplayCallback() end
end
if not self._mo then return end
if not next(self.__particles) then self._mo:displayCallback(nil) return end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment