Skip to content

Commit efaba5b

Browse files
committed
refactor(soba/staging): use protected
1 parent 5552d81 commit efaba5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/soba/staging/src/lib/caustics.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ export class NgtsCaustics {
155155
height: this.resolution(),
156156
settings: CAUSTIC_OPTIONS,
157157
}));
158-
causticsTarget = injectFBO(this.causticsTargetParams);
159-
causticsTargetB = injectFBO(this.causticsTargetParams);
158+
protected causticsTarget = injectFBO(this.causticsTargetParams);
159+
protected causticsTargetB = injectFBO(this.causticsTargetParams);
160160

161161
private cameraHelper = injectHelper(
162162
() => (this.debug() ? this.cameraRef().nativeElement : null),

0 commit comments

Comments
 (0)