last minute bug notes

This commit is contained in:
benfry
2011-11-10 12:07:46 +00:00
parent 206b81e727
commit 7527e807da
2 changed files with 12 additions and 0 deletions
+8
View File
@@ -16,6 +16,14 @@ Chicago a little longer. A handful of bug fixes here:
messages when natives aren't available for the platform--just an
UnsatisfiedLinkError when you try to run. Will fix.)
[ andres' bug victims ]
+ Multiple calls to curve() connect subsequent curves with lines in P3D/OPENGL
http://code.google.com/p/processing/issues/detail?id=865
+ Arc not drawn in P3D and OpenGL mode (2.0a2)
http://code.google.com/p/processing/issues/detail?id=890
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
+4
View File
@@ -1,5 +1,9 @@
0203 core
X fix strange build issue with video capture breakage on OS X
A Multiple calls to curve() connect subsequent curves with lines in P3D/OPENGL
A http://code.google.com/p/processing/issues/detail?id=865
A Arc not drawn in P3D and OpenGL mode (2.0a2)
A http://code.google.com/p/processing/issues/detail?id=890
_ add inputPath() and outputPath() -> sketch folder or sd card