Skip to content
This repository was archived by the owner on Jul 3, 2025. It is now read-only.

Commit 3e74d69

Browse files
committed
Update FrameDurationOption.cs
1 parent 971d221 commit 3e74d69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Animation2Tilemap/CommandLineOptions/FrameDurationOption.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public FrameDurationOption()
1010
Option = new Option<int>(
1111
name: "--duration",
1212
description: "Animation frame duration",
13-
getDefaultValue: () => 125);
13+
getDefaultValue: () => 42);
1414
Option.AddAlias("-d");
1515
}
1616

0 commit comments

Comments
 (0)