Skip to content

Commit

Permalink
Rename BlendMode -> BlendModes
Browse files Browse the repository at this point in the history
  • Loading branch information
sunag committed Nov 15, 2024
1 parent 0d266cd commit 12ead7f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nodes/TSL.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export * from './accessors/UserDataNode.js';
export * from './accessors/VelocityNode.js';

// display
export * from './display/BlendMode.js';
export * from './display/BlendModes.js';
export * from './display/BumpMapNode.js';
export * from './display/ColorAdjustment.js';
export * from './display/ColorSpaceNode.js';
Expand Down
File renamed without changes.

0 comments on commit 12ead7f

Please sign in to comment.