Browse Source

Update what's new.md

David Catuhe 9 years ago
parent
commit
01ffa39a27
1 changed files with 2 additions and 1 deletions
  1. 2 1
      dist/preview release/what's new.md

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

@@ -1,7 +1,8 @@
 # 2.5.0:
 
 ### Major updates
-- Babylon.js now supports right handed system with ```scene.useRightHandedSystem = true``` ([deltakosh](https://github.com/deltakosh))    
+- Babylon.js now supports right handed system with ```scene.useRightHandedSystem = true``` ([deltakosh](https://github.com/deltakosh))
+
 ### Updates
 - New ```Tools.CreateScreenshot``` function will capture all canvas data. Previous implementation is now called `CreateScreenshotUsingRenderTarget` ([deltakosh](https://github.com/deltakosh)) 
 - Cube textures are now cached by texture cache ([deltakosh](https://github.com/deltakosh))