未验证 提交 9ce67faf 编写于 作者: M Michael Herzog 提交者: GitHub

SpotLightShadow: Add missing copy() method. (#21527)

上级 b197c7f8
......@@ -33,6 +33,16 @@ class SpotLightShadow extends LightShadow {
}
copy( source ) {
super.copy( source );
this.focus = source.focus;
return this;
}
}
SpotLightShadow.prototype.isSpotLightShadow = true;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册