You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-30 16:26:50 +00:00
Fix GPUParticles3D local_coords
This commit is contained in:
@@ -4138,6 +4138,7 @@ void RendererStorageRD::particles_set_use_local_coordinates(RID p_particles, boo
|
|||||||
ERR_FAIL_COND(!particles);
|
ERR_FAIL_COND(!particles);
|
||||||
|
|
||||||
particles->use_local_coords = p_enable;
|
particles->use_local_coords = p_enable;
|
||||||
|
particles->dependency.changed_notify(DEPENDENCY_CHANGED_PARTICLES);
|
||||||
}
|
}
|
||||||
|
|
||||||
void RendererStorageRD::particles_set_fixed_fps(RID p_particles, int p_fps) {
|
void RendererStorageRD::particles_set_fixed_fps(RID p_particles, int p_fps) {
|
||||||
|
|||||||
Reference in New Issue
Block a user