mirror of
https://github.com/defold/extension-camera
synced 2025-09-27 08:52:19 +02:00
Updated function signature for iOS/macOS
This commit is contained in:
@@ -359,7 +359,7 @@ void CameraPlatform_GetCameraInfo(CameraInfo& outparams)
|
|||||||
outparams.m_Height = g_Camera.m_Height;
|
outparams.m_Height = g_Camera.m_Height;
|
||||||
}
|
}
|
||||||
|
|
||||||
int CameraPlatform_Initialize(uint32_t width, uint32_t height)
|
int CameraPlatform_Initialize()
|
||||||
{
|
{
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user