- backend update from GZDoom.

mainly TAngle overhaul and needed code adjustments.
This commit is contained in:
Christoph Oelckers 2022-08-26 18:28:22 +02:00
parent ca1171187f
commit 111dbd7a7d
26 changed files with 322 additions and 240 deletions

View file

@ -283,7 +283,7 @@ FString M_GetScreenshotsPath()
if (!UseKnownFolders())
{
path << progdir << "/Screenshots/";
path << progdir << "Screenshots/";
}
else if (GetKnownFolder(-1, MyFOLDERID_Screenshots, true, path))
{