We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f1dae8 commit a750f1cCopy full SHA for a750f1c
1 file changed
jme3-core/src/main/java/com/jme3/anim/AlertArmatureMask.java
@@ -91,9 +91,11 @@ public AlertArmatureMask addJoints(String... joints) {
91
* <p>Not checking is more efficient, but checking can avoid some
92
* interpolation issues between layers. Default=true
93
* @param check
94
+ * @return
95
*/
- public void setCheckUpperLayers(boolean check) {
96
+ public AlertArmatureMask setCheckUpperLayers(boolean check) {
97
checkUpperLayers = check;
98
+ return this;
99
}
100
101
/**
0 commit comments