Skip to content

Commit d21d01c

Browse files
committed
debug and NN
1 parent f5d198d commit d21d01c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tilecache.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
/*
3333
#define DEBUG_RENDER_TIME
3434
#define DEBUG_VERBOSE
35-
#define DEBUG
3635
*/
36+
#define DEBUG
3737

3838
enum {
3939
/* Properties.
@@ -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_TRILINEAR;
981+
GskScalingFilter filter = GSK_SCALING_FILTER_NEAREST;
982982

983983
graphene_rect_t bounds;
984984
bounds.origin.x =

0 commit comments

Comments
 (0)