Skip to content

Commit

Permalink
fix blending mode for LIGHTING_PLANE
Browse files Browse the repository at this point in the history
  • Loading branch information
Bizzonium committed Aug 13, 2024
1 parent c4bc8ed commit 426e294
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.MULTIPLY;
appearance.blend_mode = BlendMode.ADD;
break;
}
case Planes.O_LIGHTING_VISUAL_PLANE: {
Expand Down

0 comments on commit 426e294

Please sign in to comment.