zhiyuan007 1 سال پیش
والد
کامیت
5c7f2bd2ef
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/units/map/WaterEffect.js

+ 1 - 1
src/units/map/WaterEffect.js

@@ -7,7 +7,7 @@ class WaterEffect{
         this.waveStrength = options.waveStrength || "moderate";
         this.waveStrength = options.waveStrength || "moderate";
         this.color = options.color || "#25427c" ;
         this.color = options.color || "#25427c" ;
         this.layer = null;
         this.layer = null;
-        this.waterEffect()
+        this.waterEffect();
     }
     }
     waterEffect(){
     waterEffect(){
         this.layer = new FeatureLayer({
         this.layer = new FeatureLayer({