Skip to content

Commit

Permalink
chore(shared): 🔨 updated
Browse files Browse the repository at this point in the history
  • Loading branch information
zouyaoji committed Dec 27, 2023
1 parent c457b21 commit 7a81836
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/shared/extends/materials/MaterialExtend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @Date: 2023-08-18 00:56:13
* @Description: Do not edit
* @LastEditors: zouyaoji 370681295@qq.com
* @LastEditTime: 2023-10-31 22:33:58
* @LastEditTime: 2023-12-06 15:54:24
* @FilePath: \vue-cesium\packages\shared\extends\materials\MaterialExtend.ts
*/

Expand All @@ -12,7 +12,6 @@ import { VcCircleWaveMaterial, VcLineFlowMaterial } from '@vue-cesium/shared/sha
let isExtended = false
export default class MaterialExtend {
static extend(viewer: Cesium.Viewer) {
console.log('asdf', viewer)
if (isExtended) {
return
}
Expand Down

0 comments on commit 7a81836

Please sign in to comment.