Skip to content

Commit

Permalink
Update GBufferConfig.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
vanruesc committed Apr 1, 2024
1 parent 5fcdb90 commit d108ff7
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 @@ -52,7 +52,7 @@ export class GBufferConfig extends EventDispatcher<BaseEventMap> {
readonly gDataStructInitialization: Map<GData | string, string>;

/**
* A collection that describes {@link GData} cross-dependencies.
* A collection that describes {@link GData} interdependencies.
*/

readonly gDataDependencies: Map<GData | string, Set<GData | string>>;
Expand Down

0 comments on commit d108ff7

Please sign in to comment.