File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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
151151Behavior 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
180180Android
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. ) `
You can’t perform that action at this time.
0 commit comments