We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f896220 commit 500467fCopy full SHA for 500467f
Client/mods/deathmatch/logic/CClientRenderElementManager.cpp
@@ -13,8 +13,8 @@
13
14
namespace
15
{
16
- const std::int64_t TEMPORARY_TEXTURES_CLEANUP_THRESHOLD = 10000ll;
17
- const std::size_t TEMPORARY_TEXTURES_DELETE_THRESHOLD = 10u;
+ constexpr std::int64_t TEMPORARY_TEXTURES_CLEANUP_THRESHOLD = 10000ll;
+ constexpr std::size_t TEMPORARY_TEXTURES_DELETE_THRESHOLD = 10u;
18
}
19
20
////////////////////////////////////////////////////////////////
0 commit comments