dropped a ;
parent
35655e7956
commit
5ae8c5aae1
|
@ -29,7 +29,7 @@ digraph G {
|
||||||
pad = 0.2;
|
pad = 0.2;
|
||||||
rankdir = "BT";
|
rankdir = "BT";
|
||||||
edge [ penwidth = 1.5; ];
|
edge [ penwidth = 1.5; ];
|
||||||
node [ fontcolor = "#FFFFFF"; fontname = "Arial"; shape = "box"; style = "filled"; ]
|
node [ fontcolor = "#FFFFFF"; fontname = "Arial"; shape = "box"; style = "filled"; ];
|
||||||
subgraph netstandard {
|
subgraph netstandard {
|
||||||
node [ color = "#007F00"; ];
|
node [ color = "#007F00"; ];
|
||||||
"BizHawk.Bizware.Audio" [ label = "bh.Bizware.Audio -NRT" ];
|
"BizHawk.Bizware.Audio" [ label = "bh.Bizware.Audio -NRT" ];
|
||||||
|
|
Loading…
Reference in New Issue