Does .delete() actually do anything?
Does .delete() actually do anything?
I know that in regular irrlicht you need to use .delete() on all of your vectors and stuff to free up memory or something, but since java has a garbage collector, does calling delete() actually do anything?