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

iouips

git-svn-id: http://svn.net-core.org/repos/t-engine4@3082 51575b47-30f0-44d4-a5cc-537603b46e54
parent 3a82dfc0
No related branches found
No related tags found
No related merge requests found
......@@ -1208,7 +1208,8 @@ static int map_to_screen(lua_State *L)
/* Disables Depth Testing, we do not need it for the rest of the display */
glDisable(GL_DEPTH_TEST);
if (always_show && map->seen_changed)
// if (always_show && map->seen_changed)
if (always_show)
{
map_update_seen_texture(map);
map->seen_changed = FALSE;
......
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