From 0bcb4bb8da27b5795e54fb773bc24a24543f7663 Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Wed, 1 Jul 2015 20:18:32 -0400
Subject: [PATCH] update todo

---
 pd/nw/todo.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pd/nw/todo.txt b/pd/nw/todo.txt
index 0c3e9da92..7fca93e1b 100644
--- a/pd/nw/todo.txt
+++ b/pd/nw/todo.txt
@@ -194,6 +194,9 @@ Everything else: (A [x] means we've fixed it)
 [ ] look into problems with object z-order on the C side when deleting objects
     and then undoing the delete
 [ ] implement magicglass edit menu indicator
+[ ] clip garray to gl_x1 and gl_x2 by:
+    a) checking if we're in a gop, and
+    b) if so, only render if element number is > gl_x1 and < gl_x2
 
 Crashers
 --------
-- 
GitLab