mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-30 01:04:36 +00:00
Offset field is not used.
This commit is contained in:
parent
02e76faff7
commit
ce2a7d6741
@ -137,7 +137,6 @@ class Profiler
|
|||||||
uint32_t frame;
|
uint32_t frame;
|
||||||
uint16_t w;
|
uint16_t w;
|
||||||
uint16_t h;
|
uint16_t h;
|
||||||
uint8_t offset;
|
|
||||||
bool flip;
|
bool flip;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -249,7 +248,6 @@ public:
|
|||||||
uint32_t( profiler.m_frameCount.load( std::memory_order_relaxed ) - offset ),
|
uint32_t( profiler.m_frameCount.load( std::memory_order_relaxed ) - offset ),
|
||||||
w,
|
w,
|
||||||
h,
|
h,
|
||||||
0,
|
|
||||||
flip
|
flip
|
||||||
} );
|
} );
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user