Skip to content

Commit

Permalink
junk
Browse files Browse the repository at this point in the history
  • Loading branch information
capnmidnight committed Aug 6, 2021
1 parent 0b4aeac commit 9565487
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Calla/audio/BaseAudioElement.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export declare abstract class BaseAudioElement<T extends BaseSpatializer> implem
id: string;
pose: InterpolatedPose;
private _spatializer;
protected volumeControl: GainNode;
volumeControl: GainNode;
constructor(id: string);
private disposed;
dispose(): void;
Expand Down
2 changes: 1 addition & 1 deletion Calla/audio/BaseAudioElement.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9565487

Please sign in to comment.