Skip to content
Snippets Groups Projects
Commit c8cff4ce authored by DarkGod's avatar DarkGod
Browse files

sanity check

parent e9b40282
No related branches found
No related tags found
No related merge requests found
......@@ -540,6 +540,9 @@ for i = 0, 10 * 10 do
end
function _M:playerFOV()
-- Safety
if not self.x or not game.level then return end
-- Clean FOV before computing it
game.level.map:cleanFOV()
......
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