mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 17:26:01 +08:00
[haxe] Fix SkeletonData default fps.
This commit is contained in:
parent
a76e90fdf3
commit
75da4d6be5
@ -92,7 +92,7 @@ class SkeletonData {
|
||||
// Nonessential.
|
||||
|
||||
/** The dopesheet FPS in Spine, or zero if nonessential data was not exported. */
|
||||
public var fps:Float = 0;
|
||||
public var fps:Float = 30;
|
||||
|
||||
/** The path to the images directory as defined in Spine, or null if nonessential data was not exported. */
|
||||
public var imagesPath:String;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user