Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vanruesc committed Feb 19, 2024
1 parent df663a7 commit f096f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/GBufferConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export class GBufferConfig extends EventDispatcher<BaseEventMap> {
static readonly EVENT_CHANGE = "change";

/**
* A collection that maps {@link GBuffer} components to G-Buffer struct field names that are used in effects.
* A collection that maps {@link GBuffer} components to G-Buffer texture configurations.
*/

readonly textureConfigs: Map<GBuffer | string, GBufferTextureConfig>;
Expand Down

0 comments on commit f096f15

Please sign in to comment.