Initialize class variables with default values in scene/ [1/2]
This commit is contained in:
parent
57e2822a05
commit
003bb8e1a8
139 changed files with 871 additions and 1652 deletions
|
|
@ -213,10 +213,6 @@ bool CollisionShape3D::is_disabled() const {
|
|||
|
||||
CollisionShape3D::CollisionShape3D() {
|
||||
//indicator = RenderingServer::get_singleton()->mesh_create();
|
||||
disabled = false;
|
||||
debug_shape = nullptr;
|
||||
parent = nullptr;
|
||||
owner_id = 0;
|
||||
set_notify_local_transform(true);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue