diff --git a/examples/widgets/weatherBox.js b/examples/widgets/weatherBox.js index f60bc52d6f..082aac38d6 100644 --- a/examples/widgets/weatherBox.js +++ b/examples/widgets/weatherBox.js @@ -63,6 +63,7 @@ function createLightningStrike(basePosition) { var normal = Vec3.subtract(position, MyAvatar.position); normal.y = 0; var textureURL = "http://localhost:8080/lightning.png" + // var textureURL = "file:///C:/Users/Eric/Desktop/lightning.png"; var linePoints = []; var normals = []; var strokeWidths = [];