mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-13 22:31:11 +01:00
Emit changed notification when moving VertexLights.
This commit is contained in:
parent
a593fdff63
commit
76c5252239
@ -178,6 +178,7 @@ void VertexLights2DServer::light_set_position(RID p_light, const Vector2 &p_posi
|
||||
if (light->map) {
|
||||
// This ensure the light gets moved to the proper quadrant
|
||||
light->map->set_light_position(light, p_position);
|
||||
_light_changed(light);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user