Skip to content

Commit

Permalink
Added the missing frame
Browse files Browse the repository at this point in the history
  • Loading branch information
dalkia committed Jun 10, 2024
1 parent b9462d8 commit 6b345af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scene-lod-entities-manifest-builder/src/adapters/scene.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { createModuleRuntime } from '../logic/scene-runtime/sdk7-runtime'
import { setTimeout } from 'timers/promises'
import { initSourcemap } from '../logic/sourcemap'

export const FRAMES_TO_RUN = 90
export const FRAMES_TO_RUN = 91
export let framesCount = 1

export type ISceneComponent = {
Expand Down

0 comments on commit 6b345af

Please sign in to comment.