fixes #ITYGA

pull/275/head
Zoe 6 years ago
parent 32fb5e05fb
commit fbdd0fd33a

@ -22,7 +22,7 @@ export class PointSelectBoards
let boardObjectsTemp: Object3D[] = [];
for (let obj of boardObjects)
{
if (IsEntity(obj))
if (obj.visible && IsEntity(obj))
{
let ent = GetEntity(obj);
if (ent instanceof Board)

Loading…
Cancel
Save