Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ target_link_libraries(SimpleGraphic
LuaJIT::LuaJIT
Microsoft.GSL::GSL
re2::re2
sol2
Threads::Threads
WebP::webpdecoder
ZLIB::ZLIB
Expand Down
2 changes: 1 addition & 1 deletion engine/render/r_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1984,7 +1984,7 @@ void r_renderer_c::DoScreenshot(image_c* i, int type, const char* ext)
time_t curTime;
time(&curTime);
auto ssPath = std::filesystem::u8path(fmt::format(CFG_DATAPATH "Screenshots/{:%m%d%y_%H%M%S}.{}",
fmt::localtime(curTime), ext));
*std::localtime(&curTime), ext));

// Make folder if it doesn't exist
std::error_code ec;
Expand Down
2 changes: 1 addition & 1 deletion vcpkg
Submodule vcpkg updated 9353 files
2 changes: 1 addition & 1 deletion vcpkg-configuration.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"default-registry": {
"kind": "builtin",
"baseline": "3d72d8c930e1b6a1b2432b262c61af7d3287dcd0"
"baseline": "66c0373dc7fca549e5803087b9487edfe3aca0a1"
},
"registries": [
{
Expand Down
Loading