fix early return from renderScene (#815)

This commit is contained in:
David Luzar 2020-02-23 21:19:27 +01:00 committed by GitHub
parent 4e3a2f9e3b
commit 4b8b9965c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -169,8 +169,6 @@ export function renderScene(
}); });
resetZoom(context); resetZoom(context);
} }
return visibleElements.length > 0;
} }
// Paint scrollbars // Paint scrollbars