Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Wynn
purr-data
Commits
882c2e62
Commit
882c2e62
authored
Jan 09, 2016
by
Jonathan Wilkes
Browse files
remove sys_vgui from plot_vis
parent
b251bc15
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/src/g_template.c
View file @
882c2e62
...
...
@@ -6057,8 +6057,8 @@ static void plot_vis(t_gobj *z, t_glist *glist, t_glist *parentglist,
if (ndrawn >= 1000) break;
}
/* TK will complain if there aren't at least 2 points... */
if (ndrawn == 0) sys_vgui("0 0 0 0 \\\n");
else
if (ndrawn == 1)
//
if (ndrawn == 0) sys_vgui("0 0 0 0 \\\n");
if (ndrawn == 1)
{
//sys_vgui("%d %f \\\n", ixpix + 10,
//yloc +
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment