Skip to content

Commit

Permalink
Revert "fix blending mode for LIGHTING_PLANE"
Browse files Browse the repository at this point in the history
This reverts commit 426e294.
  • Loading branch information
Bizzonium committed Aug 13, 2024
1 parent 426e294 commit a317dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser/text_parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ export class DemoParserText extends DemoParser {
break;
}
case Planes.LIGHTING_PLANE: {
appearance.blend_mode = BlendMode.ADD;
appearance.blend_mode = BlendMode.MULTIPLY;
break;
}
case Planes.O_LIGHTING_VISUAL_PLANE: {
Expand Down

0 comments on commit a317dac

Please sign in to comment.