mirror of
https://github.com/rustdesk/rustdesk
synced 2026-05-24 01:18:21 +00:00
typo
This commit is contained in:
parent
529b8dc895
commit
66f5a86827
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ export function pushEvent(name, payload) {
|
|||
let yuvWorker;
|
||||
|
||||
export function draw(frame) {
|
||||
if (yuvvWorker) yuvWorker.postMessage(frame);
|
||||
if (yuvWorker) yuvWorker.postMessage(frame);
|
||||
}
|
||||
|
||||
export function setConn(conn) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue