Remove Unneeded RenderTextures (#399)

* remove unneeded render textures

* remove debug print

* show build guid in parts of app

* adjust timing window
This commit is contained in:
minenice55
2023-04-23 15:27:23 -04:00
committed by GitHub
parent 43640784f4
commit 4334d50943
12 changed files with 496 additions and 927 deletions

View File

@ -1,8 +1,8 @@
using System;
public static class AppInfo {
public const string Version = "0.0.968";
public static readonly DateTime Date = new DateTime(2023, 02, 09, 01, 03, 08, 186, DateTimeKind.Utc);
public const string Version = "0.0.969";
public static readonly DateTime Date = new DateTime(2023, 04, 23, 17, 57, 04, 196, DateTimeKind.Utc);
}