Procházet zdrojové kódy

fix the wave bug #205

tags/4.1.1
Caven Chen před 11 měsíci
rodič
revize
127b09ca11
Žádný účet není propojen s e-mailovou adresou tvůrce revize

+ 2
- 2
src/modules/material/property/circle/CircleWaveMaterialProperty.js Zobrazit soubor

@@ -30,8 +30,8 @@ class CircleWaveMaterialProperty extends MaterialProperty {
}
result.color = Cesium.Property.getValueOrUndefined(this._color, time)
result.speed = Cesium.Property.getValueOrUndefined(this._speed, time)
result.count = Cesium.Property.getValueOrUndefined(this._count, time)
result.gradient = Cesium.Property.getValueOrUndefined(this._gradient, time)
result.count = this.count
result.gradient = this.gradient
return result
}


Načítá se…
Zrušit
Uložit