imgui移除无用文件依赖
This commit is contained in:
@@ -73,6 +73,8 @@ void application::shutdown() {
|
||||
renderer_ = nullptr;
|
||||
|
||||
destroy_glfw();
|
||||
|
||||
g_is_running = false;
|
||||
}
|
||||
|
||||
std::shared_ptr<texture> application::load_texture(const std::string& path) const {
|
||||
|
||||
Reference in New Issue
Block a user