Remove debug lightmap texture export

This commit is contained in:
Jarrod Doyle 2024-08-28 22:18:53 +01:00
parent e499cfcbfc
commit 117f5b924c
Signed by: Jayrude
GPG Key ID: 38B57B16E7C0ADF7
1 changed files with 0 additions and 1 deletions

View File

@ -416,7 +416,6 @@ public partial class Mission : Node3D
return new Vector2(u, v);
});
}
lmImages[0].SavePng("user://lm.png");
var lightmapTexture = new Texture2DArray();
lightmapTexture.CreateFromImages(lmImages);