You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-29 16:16:38 +00:00
Remove empty constructors and destructors from editor/
This commit is contained in:
@@ -58,9 +58,6 @@ CollisionShape3DGizmoPlugin::CollisionShape3DGizmoPlugin() {
|
||||
create_handle_material("handles");
|
||||
}
|
||||
|
||||
CollisionShape3DGizmoPlugin::~CollisionShape3DGizmoPlugin() {
|
||||
}
|
||||
|
||||
void CollisionShape3DGizmoPlugin::create_collision_material(const String &p_name, float p_alpha) {
|
||||
Vector<Ref<StandardMaterial3D>> mats;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user