mirror of
https://github.com/defold/extension-camera
synced 2025-09-28 01:12:18 +02:00
Removed redundant log error
This commit is contained in:
@@ -106,7 +106,6 @@ int CameraPlatform_StopCapture()
|
||||
int CameraPlatform_UpdateCapture()
|
||||
{
|
||||
if (!g_Camera.m_Camera) {
|
||||
dmLogError("Camera has not been started");
|
||||
return 0;
|
||||
}
|
||||
g_Camera.m_Camera->Update();
|
||||
|
Reference in New Issue
Block a user