提交 af39145e 编写于 作者: J Joao Moreno

console

上级 8907b120
......@@ -45,6 +45,7 @@ export class HeightMap extends EventEmitter {
viewItem = this.heightMap[i - 1];
if (!viewItem) {
console.error('view item doesnt exist');
return;
}
......@@ -101,6 +102,7 @@ export class HeightMap extends EventEmitter {
viewItem = this.heightMap[i];
if (!viewItem) {
console.error('view item doesnt exist');
return;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册