소스 검색

Disabled a debugging printing

master
Patrick Jakobsen 7 달 전
부모
커밋
861e774dee
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      gui/gui.c

+ 1
- 1
gui/gui.c 파일 보기

@ -3670,7 +3670,7 @@ int main(void)
gui(&context, screen_rectangle);
if(0)print_node_tree(
(GUI_Node*)((GUI_Subtree*)context.background_layer.subtree_rdic.root)->rdic.root, 1);
if(1)print_subtree_tree((GUI_Subtree*)context.background_layer.subtree_rdic.root, 1, true);
if(0)print_subtree_tree((GUI_Subtree*)context.background_layer.subtree_rdic.root, 1, true);
//gui_layout_nodes(&context);
#if 1
gui_layout_and_draw(&context);

불러오는 중...
취소
저장