浏览代码

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);

正在加载...
取消
保存