File tree Expand file tree Collapse file tree 3 files changed +1
-7
lines changed Expand file tree Collapse file tree 3 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 1- - investigate tile recomp for test.ws, are we optimal now?
2-
3-
4-
51- very long formula (eg. Group [G1, G2, etc]) are not truncated
62
73- check all batch mode flags
Original file line number Diff line number Diff line change @@ -169,8 +169,6 @@ tile_get_texture(Tile *tile)
169169 NULL , NULL );
170170
171171 tile -> texture = gdk_texture_new_for_pixbuf (tile -> pixbuf );
172- printf ("tile_get_texture: setting texture for tile %d x %d\n" ,
173- tile -> region -> valid .left , tile -> region -> valid .top );
174172 }
175173
176174 return tile -> texture ;
Original file line number Diff line number Diff line change 3030#include "nip4.h"
3131
3232/*
33- */
3433#define DEBUG_RENDER_TIME
3534#define DEBUG_VERBOSE
3635#define DEBUG
36+ */
3737
3838enum {
3939 /* Properties.
You can’t perform that action at this time.
0 commit comments