add webgl support
This commit is contained in:
@@ -48,6 +48,7 @@ void NodeDialogCloud::removed(Node* parent)
|
||||
|
||||
void NodeDialogCloud::load_thumbs_thread()
|
||||
{
|
||||
#if WITH_CURL
|
||||
BT_SetTerminate();
|
||||
CURL *curl = curl_easy_init();
|
||||
std::string res;
|
||||
@@ -144,6 +145,7 @@ void NodeDialogCloud::load_thumbs_thread()
|
||||
}
|
||||
curl_easy_cleanup(curl);
|
||||
}
|
||||
#endif //CURL
|
||||
}
|
||||
|
||||
//////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user