Skip to content

Commit aa17d7a

Browse files
Apply suggestions from code review
Co-authored-by: tetrapod <145553014+tetrapod00@users.noreply.github.com>
1 parent efaf8b6 commit aa17d7a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tutorials/migrating/upgrading_to_godot_4.4.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ Method ``_parse_file`` changes return type to ``Array`` and removes ``msgids`` a
145145

146146
.. note::
147147

148-
The method ``_get_import_flags`` was never used by the engine, since it was open source. So it was removed
149-
despite the compat breakage as there's no way for users to rely on this affecting engine behavior.
148+
The method ``_get_import_flags`` was never used by the engine. It was removed despite the
149+
compatibility breakage as there's no way for users to rely on this affecting engine behavior.
150150

151151
Behavior changes
152152
----------------
@@ -174,16 +174,16 @@ CSG
174174

175175
The CSG implementation now uses Emmett Lalish's `Manifold <https://github.com/elalish/manifold>`_ library (`GH-94321`_).
176176
The new implementation is more consistent with manifold definitions and fixes a number of bugs and stability
177-
issues. As a result, non-manifold meshes are no longer supported. Use ``MeshInstance3D`` for rendering quads
178-
and other non-manifold geometry.
177+
issues. As a result, non-manifold meshes are no longer supported. You can use ``MeshInstance3D`` for
178+
rendering non-manifold geometry, such as quads or planes.
179179

180180
Android
181181
~~~~~~~
182182

183183
.. note::
184184

185-
Android sensor events are no longer enabled by default (`GH-94799`_), projects that use sensor events can
186-
enable them as needed in Project Settings under "input_devices/sensors/".
185+
Android sensor events are no longer enabled by default (`GH-94799`_). Projects that use sensor events can
186+
enable them as needed in Project Settings under **Input Devices > Sensors**.
187187

188188
.. || replace:: :abbr:` (This API breaks compatibility.)`
189189
.. |✔️| replace:: :abbr:`✔️ (This API does not break compatibility.)`

0 commit comments

Comments
 (0)