FIX:use utf-8 format

jira: none
Change-Id: I564a350b6f0bf66fc14de8cbc684f4b63a858afd
This commit is contained in:
zhou.xu 2025-01-06 17:58:04 +08:00 committed by lane.wei
parent 4ab33d2488
commit e55e061a28

View File

@ -242,7 +242,6 @@ OpenGLManager::~OpenGLManager()
release_vao(); release_vao();
m_shaders_manager.shutdown(); m_shaders_manager.shutdown();
m_name_to_frame_buffer.clear(); m_name_to_frame_buffer.clear();
#ifdef __APPLE__ #ifdef __APPLE__
// This is an ugly hack needed to solve the crash happening when closing the application on OSX 10.9.5 with newer wxWidgets // This is an ugly hack needed to solve the crash happening when closing the application on OSX 10.9.5 with newer wxWidgets
// The crash is triggered inside wxGLContext destructor // The crash is triggered inside wxGLContext destructor