diff options
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -365,6 +365,8 @@ int main(int argc, char **argv) { u32 *colors = settings->colors; (void)colors; Uint32 time_at_last_frame = SDL_GetTicks(); + + tag_goto(ted, "buffer_create"); while (!ted->quit) { #if DEBUG @@ -389,10 +391,6 @@ int main(int argc, char **argv) { memset(ted->nmouse_clicks, 0, sizeof ted->nmouse_clicks); ted->scroll_total_x = ted->scroll_total_y = 0; - //printf("%p\n",(void *)ted->drag_buffer); - - tags_read_if_changed(ted, &ted->tags); - ted_update_window_dimensions(ted); while (SDL_PollEvent(&event)) { |