From 1d346661640036531a0c06960d4347468572ea53 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Thu, 26 Jul 2007 19:09:31 +0000 Subject: fixed latency stuff, some gfx stuff --- src/game/client/mapres_tilemap.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/game/client/mapres_tilemap.cpp') diff --git a/src/game/client/mapres_tilemap.cpp b/src/game/client/mapres_tilemap.cpp index 357e8870..bc7cbe6d 100644 --- a/src/game/client/mapres_tilemap.cpp +++ b/src/game/client/mapres_tilemap.cpp @@ -40,8 +40,6 @@ void tilemap_render(float scale, int fg) { gfx_texture_set(img_get(tmap->image)); - glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_LINEAR); - if(!batches[t]) { gfx_quads_begin(); -- cgit 1.4.1