Remove debug lightmap texture export
This commit is contained in:
parent
e499cfcbfc
commit
117f5b924c
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue