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 500467f commit 6a4ac8bCopy full SHA for 6a4ac8b
Client/mods/deathmatch/logic/CClientRenderElementManager.cpp
@@ -11,11 +11,8 @@
11
#include "StdInc.h"
12
#include "CClientVectorGraphic.h"
13
14
-namespace
15
-{
16
- constexpr std::int64_t TEMPORARY_TEXTURES_CLEANUP_THRESHOLD = 10000ll;
17
- constexpr std::size_t TEMPORARY_TEXTURES_DELETE_THRESHOLD = 10u;
18
-}
+constexpr std::int64_t TEMPORARY_TEXTURES_CLEANUP_THRESHOLD = 10000ll;
+constexpr std::size_t TEMPORARY_TEXTURES_DELETE_THRESHOLD = 10u;
19
20
////////////////////////////////////////////////////////////////
21
//
0 commit comments