Fixed rect instruction.
This commit is contained in:
parent
7c91f7d66c
commit
197029c3d8
@ -179,7 +179,7 @@ int guac_send_rect(GUACIO* io,
|
||||
int r, int g, int b, int a) {
|
||||
|
||||
return
|
||||
guac_write_string(io, "4,rect,")
|
||||
guac_write_string(io, "4.rect,")
|
||||
|| __guac_write_length_int(io, mode)
|
||||
|| guac_write_string(io, ",")
|
||||
|| __guac_write_length_int(io, layer->index)
|
||||
|
Loading…
Reference in New Issue
Block a user