Skip to content

Commit

Permalink
Fix rebasing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Vargas committed Apr 30, 2020
1 parent dc9b21d commit f1323ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion samples-generator/lib/compositeSamplesNext.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export namespace CompositeSamplesNext {
}
}
}
});
);

// b3dm
const transform = FeatureTableUtils.getDefaultTransform();
Expand Down
1 change: 0 additions & 1 deletion samples-generator/lib/createPointCloudTile.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
'use strict';
import { createFeatureMetadataExtension } from './createFeatureMetadataExtension';
import { Extensions } from './Extensions';

var Cesium = require('cesium');
var draco3d = require('draco3d');
Expand Down

0 comments on commit f1323ba

Please sign in to comment.