summaryrefslogtreecommitdiffstats
path: root/scene
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2019-12-22 13:27:02 +0100
committerRémi Verschelde <rverschelde@gmail.com>2019-12-22 13:27:02 +0100
commit8938577459ba1f33a814833c06d92e775c04bb5e (patch)
tree0bd202abd2c5740222a50fc61770d8dfa5b82918 /scene
parent9410d0c792b95abed8173de808d1da38546e0c64 (diff)
downloadredot-engine-8938577459ba1f33a814833c06d92e775c04bb5e.tar.gz
i18n: Sync translations with Weblate + update template
Also fix a few stray clang-format formatting errors that passed through CI unnoticed.
Diffstat (limited to 'scene')
-rw-r--r--scene/3d/physics_body.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/3d/physics_body.h b/scene/3d/physics_body.h
index de1944bdf0..b208baf235 100644
--- a/scene/3d/physics_body.h
+++ b/scene/3d/physics_body.h
@@ -638,7 +638,7 @@ public:
void apply_central_impulse(const Vector3 &p_impulse);
void apply_impulse(const Vector3 &p_pos, const Vector3 &p_impulse);
-
+
PhysicalBone();
~PhysicalBone();