Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress committed Mar 20, 2024
1 parent c16486a commit f972482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/core/src/lib/layer-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export default class LayerManager {
private _needsUpdate: string | false = false;
private _nextLayers: LayersList | null = null;
private _debug: boolean = false;
// This flag is sepaprate from _needsUpdate because it can be set during an update and should trigger another full update
// This flag is separate from _needsUpdate because it can be set during an update and should trigger another full update
private _defaultShaderModulesChanged: boolean = false;

/**
Expand Down

0 comments on commit f972482

Please sign in to comment.