Skip to content

Commit

Permalink
SepiaNode: Clean up (#1156)
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 committed Aug 20, 2024
1 parent 05e7046 commit 8e6e725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/three/src/nodes/display/SepiaNode.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Node from "../core/Node.js";
import { NodeRepresentation, ShaderNodeObject } from "../shadernode/ShaderNode.js";

export const sepia: (args: { color: NodeRepresentation }) => ShaderNodeObject<Node>;
export const sepia: (args: [NodeRepresentation]) => ShaderNodeObject<Node>;

declare module "../shadernode/ShaderNode.js" {
interface NodeElements {
Expand Down

0 comments on commit 8e6e725

Please sign in to comment.