fix: Support for both int and real for set_angle command
This commit is contained in:
committed by
Julian Murgia
parent
d6158b375e
commit
fd6142c7c2
@@ -22,7 +22,7 @@ class_name SetAngleCommand
|
||||
func configure() -> ESCCommandArgumentDescriptor:
|
||||
return ESCCommandArgumentDescriptor.new(
|
||||
2,
|
||||
[TYPE_STRING, TYPE_INT, TYPE_REAL],
|
||||
[TYPE_STRING, [TYPE_REAL, TYPE_INT], [TYPE_REAL, TYPE_INT]],
|
||||
[null, null, 0.0]
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user