Skip to content

Commit d108ff7

Browse files
committed
Update GBufferConfig.ts
1 parent 5fcdb90 commit d108ff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/GBufferConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export class GBufferConfig extends EventDispatcher<BaseEventMap> {
5252
readonly gDataStructInitialization: Map<GData | string, string>;
5353

5454
/**
55-
* A collection that describes {@link GData} cross-dependencies.
55+
* A collection that describes {@link GData} interdependencies.
5656
*/
5757

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

0 commit comments

Comments
 (0)