Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mugen87 committed Dec 5, 2024
1 parent 78a3903 commit 60c02fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nodes/display/ViewportSharedTextureNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { FramebufferTexture } from '../../textures/FramebufferTexture.js';
let _sharedFramebuffer = null;

/**
* `ViewportTextureNode` creates an internal texture for each texture instance. This module
* `ViewportTextureNode` creates an internal texture for each node instance. This module
* shares a texture across all instances of `ViewportSharedTextureNode`. It should
* be the first choice when using data of the default/screen framebuffer for performance reasons.
*
Expand Down

0 comments on commit 60c02fe

Please sign in to comment.