1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-09 12:50:35 +00:00

Properly clear material slots on mesh instance when material is freed

This commit is contained in:
Bastiaan Olij
2023-05-22 12:41:33 +10:00
parent 809a982162
commit 1a128fcccd
2 changed files with 24 additions and 1 deletions

View File

@@ -34,7 +34,6 @@
#include "core/object/worker_thread_pool.h"
#include "core/os/os.h"
#include "rendering_server_default.h"
#include "rendering_server_globals.h"
#include <new>