diff --git a/frontend/src/bundles/studio/pages/studio.tsx b/frontend/src/bundles/studio/pages/studio.tsx index 27248c669..4aaf1299d 100644 --- a/frontend/src/bundles/studio/pages/studio.tsx +++ b/frontend/src/bundles/studio/pages/studio.tsx @@ -264,17 +264,6 @@ const Studio: React.FC = () => { - - - - - - - - - - - diff --git a/frontend/src/bundles/studio/store/slice.ts b/frontend/src/bundles/studio/store/slice.ts index bb7d895bd..3947d1d7d 100644 --- a/frontend/src/bundles/studio/store/slice.ts +++ b/frontend/src/bundles/studio/store/slice.ts @@ -474,7 +474,7 @@ const { reducer, actions, name } = createSlice({ continue; } - scene.duration = Math.round(duration); + scene.duration = Math.ceil(duration); index++; } },