Skip to content

Commit

Permalink
Fixed bug in showing selected bone.
Browse files Browse the repository at this point in the history
  • Loading branch information
MeltyPlayer committed Jan 6, 2025
1 parent 32db000 commit 0e47055
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ static SkeletonRenderer() {
material.DepthMode = DepthMode.WRITE_ONLY;
material.SetBlending(BlendEquation.ADD,
BlendFactor.CONST_COLOR,
BlendFactor.SRC_ALPHA,
LogicOp.SET);
BlendFactor.ONE_MINUS_SRC_ALPHA,
LogicOp.UNDEFINED);

var skin = model.Skin;

Expand Down

0 comments on commit 0e47055

Please sign in to comment.