Skip to content

Commit

Permalink
fix(RasterColorTile): wrong getter name.
Browse files Browse the repository at this point in the history
  • Loading branch information
gchoqueux committed Feb 22, 2021
1 parent 57f6666 commit 1f7eb05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Renderer/RasterTile.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class RasterTile extends THREE.EventDispatcher {
export default RasterTile;

export class RasterColorTile extends RasterTile {
get fx() {
get effect() {
return this.layer.fx;
}
}
Expand Down

0 comments on commit 1f7eb05

Please # to comment.