Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 committed Jan 19, 2025
1 parent 265b186 commit c3bc206
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion types/three/src/textures/VideoFrameTexture.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ declare class VideoFrameTexture extends VideoTexture {
anisotropy?: number,
);

setFrame(frane: VideoFrame): void;
// FIXME Replace with VideoFrame when we no longer need to support TypeScript 5.0
setFrame(frane: unknown): void;
}

export { VideoFrameTexture };

0 comments on commit c3bc206

Please sign in to comment.