提交 49816fa5 编写于 作者: M Michael Bond

Change style by request

上级 1f86c591
...@@ -373,11 +373,8 @@ function WebGLRenderer( parameters ) { ...@@ -373,11 +373,8 @@ function WebGLRenderer( parameters ) {
this.forceContextLoss = function () { this.forceContextLoss = function () {
if ( extensions.get( 'WEBGL_lose_context' ) ) { var extension = extensions.get( 'WEBGL_lose_context' );
if ( extension ) extension.loseContext();
extensions.get( 'WEBGL_lose_context' ).loseContext();
}
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册