From c9b8d89b0b2ebb36cfdeefdbfdf04f068859a3b7 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Tue, 13 Mar 2018 20:01:25 -0400 Subject: [PATCH] make note of fixed NPE with close button --- core/todo.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/todo.txt b/core/todo.txt index a8f55b089..1f03b32ec 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -22,9 +22,9 @@ X https://github.com/processing/processing/pull/5251 X void cursor() don't work after void noCursor() in P2D and P3D X https://github.com/processing/processing/issues/5330 X https://github.com/processing/processing/pull/5340 -_ nullPointer on close button with P3D and noLoop -_ https://github.com/processing/processing/issues/5214 -_ https://github.com/processing/processing/pull/5384 +X NullPointerException on close button with P3D and noLoop +X https://github.com/processing/processing/issues/5214 +X https://github.com/processing/processing/pull/5384 andres X textureWrap() not updating when changed during draw()