David Catuhe 8 лет назад
Родитель
Сommit
cb05de087f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      dist/preview release/what's new.md

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

@@ -76,7 +76,7 @@
  - `getPhysicsRestitution` has been removed. Use `mesh.physicsImpostor.getParam("restitution")` instead
  - `updatePhysicsBodyPosition` has been removed. Changes are synchronized automatically now
 - Mesh:
- - `updateVerticesDataDirectly` has been removed. Use `mesh.geometry.updateVerticesDataDirectly()` instead
+ - `updateVerticesDataDirectly` has been removed. Use `mesh.updateVerticesData()` instead
 - SsaoRenderingPipeline:
  - `getBlurHPostProcess` has been removed. Blur post-process is no more required
  - `getBlurVPostProcess` has been removed. Blur post-process is no more required