mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 22:46:06 +02:00
fix: Remove debug stuff
This commit is contained in:
@@ -233,11 +233,8 @@ namespace VRCX
|
|||||||
{
|
{
|
||||||
using var pngFile = new PNGFile(path);
|
using var pngFile = new PNGFile(path);
|
||||||
var chunk = PNGHelper.GenerateTextChunk("Description", text);
|
var chunk = PNGHelper.GenerateTextChunk("Description", text);
|
||||||
pngFile.WriteChunk(chunk);
|
|
||||||
|
|
||||||
DeleteTextMetadata(path, true);
|
return pngFile.WriteChunk(chunk);;
|
||||||
|
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public static ScreenshotMetadata ParseVRCImage(string xmlString)
|
public static ScreenshotMetadata ParseVRCImage(string xmlString)
|
||||||
|
|||||||
Reference in New Issue
Block a user