mirror of
https://github.com/amitbet/vnc2video.git
synced 2025-09-18 07:54:11 +00:00
revert(encoding_util.go): revert
This commit is contained in:
@@ -58,7 +58,7 @@ func (c *VncCanvas) Reset(rect *Rectangle) {
|
||||
}
|
||||
|
||||
func (c *VncCanvas) RemoveCursor() image.Image {
|
||||
if c == nil || c.Cursor == nil || c.CursorLocation == nil {
|
||||
if c.Cursor == nil || c.CursorLocation == nil {
|
||||
return c.Image
|
||||
}
|
||||
if !c.DrawCursor {
|
||||
|
Reference in New Issue
Block a user