mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
ThreadCompress::Load() doesn't need fileVer.
This commit is contained in:
@@ -20,7 +20,7 @@ public:
|
||||
ThreadCompress();
|
||||
|
||||
void InitZero();
|
||||
void Load( FileRead& f, int fileVer );
|
||||
void Load( FileRead& f );
|
||||
void Save( FileWrite& f ) const;
|
||||
|
||||
tracy_force_inline uint16_t CompressThread( uint64_t thread )
|
||||
|
||||
Reference in New Issue
Block a user