diff options
-rw-r--r-- | src/savebangs.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/savebangs.c b/src/savebangs.c index ce019ee..d4ace75 100644 --- a/src/savebangs.c +++ b/src/savebangs.c @@ -27,6 +27,12 @@ * on call: we call the parents savefunction and output bangs */ +/* + * TODO: how does this behave in sub-patches? + * -> BUG: the depth should _really_ refer to the abstraction-depth + * else we get weird duplicates (most likely due to the "$0" trick + */ + #include "m_pd.h" #include "g_canvas.h" |