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 e43150a commit e10df12Copy full SHA for e10df12
Client/multiplayer_sa/CMultiplayerSA_ClothesCache.cpp
@@ -16,7 +16,7 @@
16
17
#define CLOTHES_REF_TEST 1 // Debug clothes geometry refs
18
19
-static constexpr uint DEFAULT_CACHE_TIME = 1000;
+static constexpr std::uint32_t DEFAULT_CACHE_TIME = 1000;
20
21
////////////////////////////////////////////////
22
//
0 commit comments