Skip to content

Commit 880ee10

Browse files
committed
Typo Fix
1 parent c41f67f commit 880ee10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jme3-examples/src/main/java/jme3test/bullet/shape/TestGimpactShape.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ private void dropSign(Vector3f offset) {
274274
}
275275

276276
private void dropRocket(Vector3f offset) {
277-
RigidBodyControl c = drop(offset.add(26, 4, 7), "Models/SpaceCraft/Rocket.j3os", 4.0f, 3);
277+
RigidBodyControl c = drop(offset.add(26, 4, 7), "Models/SpaceCraft/Rocket.j3o", 4.0f, 3);
278278
c.setAngularDamping(0.5f);
279279
c.setLinearDamping(0.5f);
280280
}

0 commit comments

Comments
 (0)