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

fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@2772 51575b47-30f0-44d4-a5cc-537603b46e54
parent cc9f6644
No related branches found
No related tags found
No related merge requests found
......@@ -722,11 +722,12 @@ function _M:display(nb_keyframes)
-- Basic display; no FBOs
else
if self.level.data.background then self.level.data.background(self.level, map.display_x, map.display_y, nb_keyframes) end
map:display(nil, nil, nb_keyframes, config.settings.tome.smooth_fov)
map:display(nil, nil, nb_keyframes)
-- map:display(nil, nil, nb_keyframes, config.settings.tome.smooth_fov)
self.target:display()
if self.level.data.foreground then self.level.data.foreground(self.level, map.display_x, map.display_y, nb_keyframes) end
if self.level.data.weather_particle then self.state:displayWeather(self.level, self.level.data.weather_particle, nb_keyframes) end
if config.settings.tome.smooth_fov then map._map:updateSeensTexture() map._map:drawSeensTexture(map.display_x, map.display_y, nb_keyframes) end
-- if config.settings.tome.smooth_fov then map._map:updateSeensTexture() map._map:drawSeensTexture(map.display_x, map.display_y, nb_keyframes) end
end
if not self.zone_name_s then self:updateZoneName() 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