mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-29 16:31:43 +00:00
- backend update from GZDoom.
mainly TAngle overhaul and needed code adjustments.
This commit is contained in:
parent
ca1171187f
commit
111dbd7a7d
26 changed files with 322 additions and 240 deletions
|
@ -283,7 +283,7 @@ FString M_GetScreenshotsPath()
|
|||
|
||||
if (!UseKnownFolders())
|
||||
{
|
||||
path << progdir << "/Screenshots/";
|
||||
path << progdir << "Screenshots/";
|
||||
}
|
||||
else if (GetKnownFolder(-1, MyFOLDERID_Screenshots, true, path))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue