docs: fix wrong comment
This commit is contained in:
parent
af4e366312
commit
533c32a48d
@ -37,7 +37,7 @@ FrameProcessorCallback convertWorkletToFrameProcessorCallback(jsi::Runtime& runt
|
||||
return ^(Frame* frame, void* skiaCanvas) {
|
||||
|
||||
try {
|
||||
// Create cached Frame object
|
||||
// create HostObject which holds the Frame
|
||||
auto frameHostObject = std::make_shared<FrameHostObject>(frame);
|
||||
// Update cached Canvas object
|
||||
if (skiaCanvas != nullptr) {
|
||||
|
Loading…
Reference in New Issue
Block a user