Fix output of arc instruction.
This commit is contained in:
parent
b71eca8183
commit
eb73b52e69
@ -501,7 +501,7 @@ int guac_protocol_send_arc(guac_socket* socket, const guac_layer* layer,
|
||||
|| guac_socket_write_string(socket, ",")
|
||||
|| __guac_socket_write_length_double(socket, endAngle)
|
||||
|| guac_socket_write_string(socket, ",")
|
||||
|| guac_socket_write_string(socket, negative ? "1" : "0")
|
||||
|| guac_socket_write_string(socket, negative ? "1.1" : "1.0")
|
||||
|| guac_socket_write_string(socket, ";");
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user