diff --git a/PCK-Studio/Rendering/CubeRenderGroup.cs b/PCK-Studio/Rendering/CubeRenderGroup.cs index a4260e63..f0ae4af3 100644 --- a/PCK-Studio/Rendering/CubeRenderGroup.cs +++ b/PCK-Studio/Rendering/CubeRenderGroup.cs @@ -71,9 +71,7 @@ namespace PckStudio.Rendering { CubeData.RefAction fixUV = (ref Vector2 uv) => { - Debug.Write($"Old: {uv}; "); uv.X %= textureSize.Width; - Debug.WriteLine($"Old: {uv};"); }; cube.SetFaceUv(face, fixUV); }