PhysicsEditor-Loaders icon indicating copy to clipboard operation
PhysicsEditor-Loaders copied to clipboard

Update PhysicsShapeCache.java

Open DinoBonBino opened this issue 1 year ago • 1 comments

Add Disposable interface

DinoBonBino avatar Sep 16 '23 13:09 DinoBonBino

Hm... I tried to find some information about the compatibility of this interface can could not find any useful information. It's not standard JAVA as I see it.

There seem to be different implementations - e.g. LibGDX has its own variant: https://github.com/libgdx/libgdx/blob/master/gdx/src/com/badlogic/gdx/utils/Disposable.java

So it's probably not a good idea to add the interface.

CodeAndWeb avatar Sep 18 '23 12:09 CodeAndWeb