Style: Apply new clang-format 5.0 style to all files
This commit is contained in:
parent
a8ceb7e3f2
commit
13c2ff9320
199 changed files with 954 additions and 875 deletions
|
|
@ -737,8 +737,8 @@ void Area::_bind_methods() {
|
|||
BIND_ENUM_CONSTANT(SPACE_OVERRIDE_REPLACE_COMBINE);
|
||||
}
|
||||
|
||||
Area::Area()
|
||||
: CollisionObject(PhysicsServer::get_singleton()->area_create(), true) {
|
||||
Area::Area() :
|
||||
CollisionObject(PhysicsServer::get_singleton()->area_create(), true) {
|
||||
|
||||
space_override = SPACE_OVERRIDE_DISABLED;
|
||||
set_gravity(9.8);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue