Skip to content

Commit 51d686b

Browse files
committed
Fix data type of SPINE model ScaleType
1 parent 0589320 commit 51d686b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model/commondatatypes.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ type ScaledNumberSetElementsType struct {
158158

159159
type NumberType int64
160160

161-
type ScaleType int8
161+
type ScaleType int16
162162

163163
type ScaledNumberType struct {
164164
Number *NumberType `json:"number,omitempty"`

0 commit comments

Comments
 (0)