mirror of
https://github.com/tiennm99/godot.git
synced 2026-07-03 15:20:58 +00:00
83addd6ee5
* IF a texture was reimported (calling replace as an example), it would invalidate all materials using it, causing plenty of errors. * Added the possibility to get a notification when a uniform set is erased. * With this notification, materials can be queued for update properly.