Skip to content

Commit

Permalink
fix(camera): fix camera issues when browser doesn't have TouchEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
blanxii committed Sep 20, 2023
1 parent 3a6776d commit 71e7e23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ export type EffectConfiguration = {
/**
* Enables ambient occlusion for the current scene.
*/
ambientOcclusion?: boolean
}
ambientOcclusion?: boolean;
};

export interface SpawnState {
/**
Expand Down

0 comments on commit 71e7e23

Please sign in to comment.