Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Musgrove <LetterRip@gmail.com>2006-01-29 09:04:13 +0300
committerTom Musgrove <LetterRip@gmail.com>2006-01-29 09:04:13 +0300
commit5953857f927c40d4661a5af0fc45cb5b98381c09 (patch)
treea5911c69e8a890646cca271d47df6e3414cf677c /extern/bullet/Bullet/CollisionShapes/SphereShape.cpp
parent36e993a06fa5007168197a283c94a844e3fa8622 (diff)
==warnings cleanup==
killed off some newline warnings in bullet
Diffstat (limited to 'extern/bullet/Bullet/CollisionShapes/SphereShape.cpp')
-rw-r--r--extern/bullet/Bullet/CollisionShapes/SphereShape.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/extern/bullet/Bullet/CollisionShapes/SphereShape.cpp b/extern/bullet/Bullet/CollisionShapes/SphereShape.cpp
index 37d34a65948..dbf24113ce8 100644
--- a/extern/bullet/Bullet/CollisionShapes/SphereShape.cpp
+++ b/extern/bullet/Bullet/CollisionShapes/SphereShape.cpp
@@ -57,4 +57,5 @@ void SphereShape::CalculateLocalInertia(SimdScalar mass,SimdVector3& inertia)
SimdScalar elem = 0.4f * mass * GetMargin()*GetMargin();
inertia[0] = inertia[1] = inertia[2] = elem;
-} \ No newline at end of file
+}
+