FIX:fixed loading model failure on macos

Change-Id: I3b7944e4dc7339404efc76323d898b660810a92b
This commit is contained in:
tao wang 2023-04-06 15:09:33 +08:00 committed by Lane.Wei
parent 6d445f5754
commit f0a41b552b
2 changed files with 15 additions and 1 deletions

View file

@ -228,6 +228,8 @@ private:
bool m_opengl_initialized{ false };
#endif
//import model from mall
std::string m_download_file_url;
//#ifdef _WIN32
wxColour m_color_label_modified;