diff options
| author | Poommetee Ketson | 2017-09-01 21:07:55 +0700 |
|---|---|---|
| committer | Poommetee Ketson | 2017-09-01 21:07:55 +0700 |
| commit | ed606ded52132f7afed03d99fabed7b111ce9a51 (patch) | |
| tree | 1690f36306d95149dafb18bbd9f6c482140549fd /scene/3d | |
| parent | 1e0fc4dc4e3143d2905d754099dff5f911188e49 (diff) | |
| download | godot-ed606ded52132f7afed03d99fabed7b111ce9a51.tar.gz godot-ed606ded52132f7afed03d99fabed7b111ce9a51.tar.zst godot-ed606ded52132f7afed03d99fabed7b111ce9a51.zip | |
Fix files header
Diffstat (limited to 'scene/3d')
| -rw-r--r-- | scene/3d/collision_shape.cpp | 2 | ||||
| -rw-r--r-- | scene/3d/collision_shape.h | 2 | ||||
| -rw-r--r-- | scene/3d/immediate_geometry.h | 2 | ||||
| -rw-r--r-- | scene/3d/remote_transform.cpp | 3 |
4 files changed, 4 insertions, 5 deletions
diff --git a/scene/3d/collision_shape.cpp b/scene/3d/collision_shape.cpp index 4d4ed30d0..5f1151f8e 100644 --- a/scene/3d/collision_shape.cpp +++ b/scene/3d/collision_shape.cpp @@ -1,5 +1,5 @@ /*************************************************************************/ -/* body_shape.cpp */ +/* collision_shape.cpp */ /*************************************************************************/ /* This file is part of: */ /* GODOT ENGINE */ diff --git a/scene/3d/collision_shape.h b/scene/3d/collision_shape.h index 6d849f42a..94621177c 100644 --- a/scene/3d/collision_shape.h +++ b/scene/3d/collision_shape.h @@ -1,5 +1,5 @@ /*************************************************************************/ -/* body_shape.h */ +/* collision_shape.h */ /*************************************************************************/ /* This file is part of: */ /* GODOT ENGINE */ diff --git a/scene/3d/immediate_geometry.h b/scene/3d/immediate_geometry.h index b2bcb5af1..6db825bf5 100644 --- a/scene/3d/immediate_geometry.h +++ b/scene/3d/immediate_geometry.h @@ -1,5 +1,5 @@ /*************************************************************************/ -/* immediate_geometry.h */ +/* immediate_geometry.h */ /*************************************************************************/ /* This file is part of: */ /* GODOT ENGINE */ diff --git a/scene/3d/remote_transform.cpp b/scene/3d/remote_transform.cpp index 3d402fa5a..8faf985b1 100644 --- a/scene/3d/remote_transform.cpp +++ b/scene/3d/remote_transform.cpp @@ -1,6 +1,5 @@ - /*************************************************************************/ -/* remote_transform.cpp */ +/* remote_transform.cpp */ /*************************************************************************/ /* This file is part of: */ /* GODOT ENGINE */ |
