chore: update version 2.3.4

This commit is contained in:
thinkinggis 2021-01-12 20:09:51 +08:00
parent 298751f6fa
commit d032de3a09
2 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ export default class PickingService implements IPickingService {
public async boxPickLayer(
layer: ILayer,
box: [number, number, number, number],
cb: (...args: any[]) => void
cb: (...args: any[]) => void,
): Promise<any> {
const { useFramebuffer, clear, getContainer } = this.rendererService;
this.resizePickingFBO();

View File

@ -1,2 +1,2 @@
const version = '2.3.3';
const version = '2.3.4';
export { version };