Przeglądaj źródła

Update what's new.md

_Mesh.CreateCylinder()_ old signature (without _subdivisions_) deprecation due to the addition of the new signature (with _options_ parameter) to the current one
Jérôme Bousquié 10 lat temu
rodzic
commit
4c32de0311
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      dist/preview release/what's new.md

+ 1 - 0
dist/preview release/what's new.md

@@ -10,4 +10,5 @@
     - Fixed bug with `Mesh.attachToBone` when bone's matrix has a negative determinant ([deltakosh](https://github.com/deltakosh))
     - Fixed a possible but with the active camera while taking a screenshot ([RaananW](https://github.com/RaananW))
   - **Breaking changes**
+    - `Mesh.CreateCylinder()` old signature (without _subdivisions_ parameter) deprecated ([jerome](https://github.com/jbousquie))