mirror of
https://github.com/defold/extension-camera
synced 2025-06-27 18:37:43 +02:00
Updated function signature for iOS/macOS
This commit is contained in:
parent
3b9930322a
commit
1fa56ba338
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user