提交 a1936ac1 编写于 作者: M Mugen87

Skeleton: Fix check of module scope variable.

上级 42d3129c
......@@ -117,7 +117,7 @@ Object.assign( Skeleton.prototype, {
update: function () {
if ( _identityMatrix ) {
if ( _identityMatrix === undefined ) {
_offsetMatrix = new Matrix4();
_identityMatrix = new Matrix4();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册