mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-28 15:57:59 +03:00
* Sort screenshots by YYYYMMDD (#1372) * Sort screenshots by YYYYMMDD (#1372) * Fixes --------- Co-authored-by: Lwmte <3331699+Lwmte@users.noreply.github.com>
This commit is contained in:
parent
a9482054cd
commit
b3b8b73c55
1 changed files with 1 additions and 1 deletions
|
@ -619,7 +619,7 @@ namespace TEN::Renderer
|
|||
|
||||
time(&rawtime);
|
||||
auto time = localtime(&rawtime);
|
||||
strftime(buffer, sizeof(buffer), "/TEN-%d-%m-%Y-%H-%M-%S.png", time);
|
||||
strftime(buffer, sizeof(buffer), "/TEN-%Y-%m-%d_%H-%M-%S.png", time);
|
||||
|
||||
auto screenPath = g_GameFlow->GetGameDir() + "Screenshots";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue