mirror of
https://github.com/defold/extension-camera
synced 2025-06-27 18:37:43 +02:00
Removed redundant log error
This commit is contained in:
parent
5fd504cc14
commit
a3fabbb9c8
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user