Skip to content

Commit

Permalink
Update VisionCameraProxy.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed Jul 12, 2024
1 parent 3de9a5a commit 043c293
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jsi::Value VisionCameraProxy::initFrameProcessorPlugin(jsi::Runtime& runtime, co

auto plugin = _javaProxy->cthis()->initFrameProcessorPlugin(name, options);
if (plugin == nullptr) {
return jsi::Value::undefined();
return jsi::Value::undefined();
}

auto pluginHostObject = std::make_shared<FrameProcessorPluginHostObject>(plugin);
Expand Down

0 comments on commit 043c293

Please sign in to comment.