mirror of
https://github.com/zeldaret/botw
synced 2026-06-27 18:13:02 -04:00
ksys: Start adding PhysicsConstraints
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#include "KingSystem/Physics/System/physConstraint.h"
|
||||
|
||||
namespace ksys::phys {
|
||||
|
||||
void Constraint::destroy(Constraint* instance) {
|
||||
if (instance)
|
||||
delete instance;
|
||||
}
|
||||
|
||||
} // namespace ksys::phys
|
||||
Reference in New Issue
Block a user