Skip to content

Commit

Permalink
use null for initial state of followObjectData
Browse files Browse the repository at this point in the history
  • Loading branch information
interim17 committed Jan 16, 2025
1 parent 5b353d7 commit b6733bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/src/Viewer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ const initialState: ViewerState = {
trajectoryTitle: "",
initialPlay: true,
firstFrameTime: 0,
followObjectData: nullAgent(),
followObjectData: null,
conversionFileName: "",
};

Expand Down

0 comments on commit b6733bb

Please sign in to comment.