Hi,
Set null to Factory static class like this causes NullPointerException:
Exception in thread "main" java.lang.NullPointerException: Cannot read field "native_address" because "sInstance" is null
at jolt.core.Factory.set_sInstance(Factory.java:62)
at com.github.dgzt.mundus.plugin.joltphysics.runtime.JoltPhysicsPlugin.dispose(JoltPhysicsPlugin.java:127)
This is in the Factory class:

Hi,
Set null to Factory static class like this causes NullPointerException:
This is in the

Factoryclass: