mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Fix Reflection Mask not working on Mobile
This commit is contained in:
parent
428a762e98
commit
23e6d7bfc7
2 changed files with 7 additions and 2 deletions
|
|
@ -504,10 +504,10 @@ public:
|
|||
case Dependency::DEPENDENCY_CHANGED_PARTICLES:
|
||||
case Dependency::DEPENDENCY_CHANGED_MULTIMESH:
|
||||
case Dependency::DEPENDENCY_CHANGED_DECAL:
|
||||
case Dependency::DEPENDENCY_CHANGED_LIGHT:
|
||||
case Dependency::DEPENDENCY_CHANGED_REFLECTION_PROBE: {
|
||||
case Dependency::DEPENDENCY_CHANGED_LIGHT: {
|
||||
singleton->_instance_queue_update(instance, true, true);
|
||||
} break;
|
||||
case Dependency::DEPENDENCY_CHANGED_REFLECTION_PROBE:
|
||||
case Dependency::DEPENDENCY_CHANGED_LIGHT_SOFT_SHADOW_AND_PROJECTOR:
|
||||
case Dependency::DEPENDENCY_CHANGED_CULL_MASK: {
|
||||
//requires repairing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue