Skip to content

Commit

Permalink
deprecate MaskBaseAction
Browse files Browse the repository at this point in the history
As of JME v3.6.0-stable version, the variable 'maskPropagationEnabled'
has been added to the BaseAction class.
  • Loading branch information
capdevon committed Sep 11, 2023
1 parent 94fa492 commit 5ddcd1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions game/src/main/java/com/capdevon/anim/MaskBaseAction.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import com.jme3.anim.tween.action.Action;
import com.jme3.anim.tween.action.BaseAction;

@Deprecated
public class MaskBaseAction extends BaseAction {

private boolean maskPropagationEnabled = true;
Expand Down

0 comments on commit 5ddcd1c

Please sign in to comment.