mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
[qfcc] Show flow vars and statements for reaching dot
A bunch of nodes with a pile of numbers doesn't mean much without the context.
This commit is contained in:
parent
7b7b2ef000
commit
0d78a865c6
1 changed files with 2 additions and 1 deletions
|
@ -317,7 +317,8 @@ static flow_print_t live_print[] = {
|
|||
{ 0 }
|
||||
};
|
||||
static flow_print_t reaching_print[] = {
|
||||
{ print_flow_node_reaching, print_flow_edge},
|
||||
{ print_flow_node_reaching, print_flow_edge, print_flow_vars},
|
||||
{ print_flow_node_statements, print_flow_edge_statements},
|
||||
{ 0 }
|
||||
};
|
||||
static flow_print_t statements_print[] = {
|
||||
|
|
Loading…
Reference in a new issue