Commit fd365084 authored by chechunchi's avatar chechunchi

fix lint

parent 98cddab7
Pipeline #19799 passed with stages
in 5 minutes and 11 seconds
......@@ -76,9 +76,7 @@ const Light = () => (
const Ground = () => {
const shape = CONFIG.GroundShape();
const texture = new BABYLON.Texture(
`assets/newfield.png`
);
const texture = new BABYLON.Texture(`assets/newfield.png`);
texture.hasAlpha = true;
return (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment