A minor gripe for new users is that when sf2dlib functions fail they do nothing. For instance, exceeding the pool memory while drawing things will simply not draw them. This leads to confusion for users when they don't see additional things being added not drawn and leads to a lot of time spent debugging.
Add a mechanism to report back errors to users.
A minor gripe for new users is that when sf2dlib functions fail they do nothing. For instance, exceeding the pool memory while drawing things will simply not draw them. This leads to confusion for users when they don't see additional things being added not drawn and leads to a lot of time spent debugging.
Add a mechanism to report back errors to users.