fix cache
add font propertie to rust text paint layout improvements
This commit is contained in:
@@ -7,7 +7,7 @@ interface TimelineStore {
|
||||
}
|
||||
|
||||
const useTimelineStore = create<TimelineStore>((set) => ({
|
||||
fps: 120,
|
||||
fps: 30,
|
||||
size: [1280, 720],
|
||||
duration: 10.0,
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user