disable ssl in curl on android, implement interactive permission for android 23+
This commit is contained in:
@@ -346,7 +346,7 @@ void NodeCanvas::handle_resize(glm::vec2 old_size, glm::vec2 new_size)
|
||||
{
|
||||
if (new_size.x != m_canvas->m_width || new_size.y != m_canvas->m_height)
|
||||
{
|
||||
#if __IOS__
|
||||
#if defined(__IOS__) || defined(__ANDROID__)
|
||||
m_canvas->m_mixer.create((int)new_size.x * m_canvas->m_mixer_scale,
|
||||
(int)new_size.y * m_canvas->m_mixer_scale, -1, GL_RGBA16F);
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user