This commit is contained in:
Ben Fry
2017-03-12 09:59:35 -04:00
parent c8c4539204
commit dc34d5ee37
+2
View File
@@ -6,6 +6,8 @@ X add sumDouble() to FloatList, FloatDict (to handle outside float range)
X throw exception when using sum() with numbers that are too large or small
X createInput() and createOutput() now both use buffered streams by default
X createInputRaw() does not, however
X don't derive the font again if the size is unchanged
X part of https://github.com/processing/processing/issues/4956
gohai