Open Shell4026 opened 1 month ago
HeapAllocator.cpp line 220 assert(size > 0);
If I destroy the PhysicsWorld without allocating any objects to it, I will get an error on that part.
This is my code: physicsCommon.createPhysicsWorld(); physicsCommon.destroyPhysicsWorld(world);
HeapAllocator.cpp line 220 assert(size > 0);
If I destroy the PhysicsWorld without allocating any objects to it, I will get an error on that part.
This is my code: physicsCommon.createPhysicsWorld(); physicsCommon.destroyPhysicsWorld(world);
375 Is this related?