mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-24 18:17:21 +01:00
Fix SDF3DShapeCapsule already has a binding error.
This commit is contained in:
parent
b2d2a6fbe5
commit
6ef7294524
@ -155,6 +155,4 @@ void MMSdf3dShapeCapsule::_bind_methods() {
|
||||
ClassDB::bind_method(D_METHOD("sdf3d_capsule_y", "p", "r", "l"), &MMSdf3dShapeCapsule::sdf3d_capsule_y);
|
||||
ClassDB::bind_method(D_METHOD("sdf3d_capsule_x", "p", "r", "l"), &MMSdf3dShapeCapsule::sdf3d_capsule_x);
|
||||
ClassDB::bind_method(D_METHOD("sdf3d_capsule_z", "p", "r", "l"), &MMSdf3dShapeCapsule::sdf3d_capsule_z);
|
||||
|
||||
ClassDB::bind_method(D_METHOD("_curve_changed"), &MMSdf3dShapeCapsule::_curve_changed);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user