소스 검색

Merge pull request #7301 from RaananW/svg-fix

Fix styling for non-SVG elements in the loading screen
David Catuhe 5 년 전
부모
커밋
bcda4fbd37
2개의 변경된 파일19개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      dist/preview release/what's new.md
  2. 18 2
      src/Loading/loadingScreen.ts

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

@@ -262,7 +262,7 @@
 - Fix bug when we call `Mesh.render` twice and the material is still not ready on the second call ([barroij](https://github.com/barroij/))
 - Fixed an issue with pose input in webxr ([RaananW](https://github.com/RaananW/))
 - Fixed bug when parsing animation group without 'to' value ([noalak](https://github.com/noalak/))
-- isRightCamer and isLeftCamera were not set in WebXR ([RaananW](https://github.com/RaananW/))
+- isRightCamera and isLeftCamera were not set in WebXR ([RaananW](https://github.com/RaananW/))
 - Sandbox will now load assets relatively path-ed to same folder([Kyle Belfort](https://github.com/belfortk))
 
 ## Breaking changes

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 18 - 2
src/Loading/loadingScreen.ts