Skip to content

Commit f5d198d

Browse files
committed
always use NN
1 parent f9fa2c3 commit f5d198d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tilecache.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -978,7 +978,7 @@ tilecache_snapshot(Tilecache *tilecache, GtkSnapshot *snapshot,
978978
GskScalingFilter filter = scale > 1.0 ?
979979
GSK_SCALING_FILTER_NEAREST : GSK_SCALING_FILTER_TRILINEAR;
980980
*/
981-
GskScalingFilter filter = GSK_SCALING_FILTER_NEAREST;
981+
GskScalingFilter filter = GSK_SCALING_FILTER_TRILINEAR;
982982

983983
graphene_rect_t bounds;
984984
bounds.origin.x =

0 commit comments

Comments
 (0)