mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-23 12:02:27 +00:00
fix: use correct name for default Compression thread storage
This commit is contained in:
@@ -26,7 +26,7 @@ private:
|
||||
~ThreadStorage();
|
||||
};
|
||||
static thread_local ThreadStorage* m_tlsCompression;
|
||||
static ThreadStorage* m_threadCompressionDefault;
|
||||
static ThreadStorage* m_tlsCompressionDefault;
|
||||
|
||||
public:
|
||||
// Each new thread that needs to use Compression will need to call one of
|
||||
|
||||
Reference in New Issue
Block a user