Merge pull request #114638 from BenEklundCS/godot-docs-7307-camera2d-align-note

Clarify `align()` behavior regarding `force_update_scroll()`
This commit is contained in:
Rémi Verschelde
2026-01-09 10:46:43 +01:00

View File

@@ -18,6 +18,7 @@
<return type="void" />
<description>
Aligns the camera to the tracked node.
[b]Note:[/b] Calling [method force_update_scroll] after this method is not required.
</description>
</method>
<method name="force_update_scroll">