disable ssl in curl on android, implement interactive permission for android 23+
This commit is contained in:
@@ -898,7 +898,7 @@ void ui::Canvas::resize(int width, int height)
|
||||
m_height = height;
|
||||
for (int i = 0; i < 6; i++)
|
||||
{
|
||||
#if __IOS__
|
||||
#if defined(__IOS__) || defined(__ANDROID__)
|
||||
m_tmp[i].create(width, height, -1, GL_RGBA8);
|
||||
m_tex[i].create(width, height, GL_RGBA8);
|
||||
#else
|
||||
@@ -918,7 +918,7 @@ bool ui::Canvas::create(int width, int height)
|
||||
m_height = height;
|
||||
for (int i = 0; i < 6; i++)
|
||||
{
|
||||
#if __IOS__
|
||||
#if defined(__IOS__) || defined(__ANDROID__)
|
||||
m_tmp[i].create(width, height, -1, GL_RGBA8);
|
||||
m_tex[i].create(width, height, GL_RGBA8);
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user