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