We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6527391 commit 3ab2b3fCopy full SHA for 3ab2b3f
1 file changed
MinieExamples/src/main/java/jme3utilities/minie/test/DropTestStatus.java
@@ -1,5 +1,5 @@
1
/*
2
- Copyright (c) 2020-2024 Stephen Gold
+ Copyright (c) 2020-2025 Stephen Gold
3
All rights reserved.
4
5
Redistribution and use in source and binary forms, with or without
@@ -164,7 +164,7 @@ class DropTestStatus extends SimpleAppState {
164
*/
165
private float gravity = 30f;
166
/**
167
- * restitution all all rigid bodies (≥0, ≤1)
+ * restitution for all rigid bodies (≥0, ≤1)
168
169
private float restitution = 0.3f;
170
0 commit comments