Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Taudul <wolf@nereid.pl>2021-12-22 19:08:27 +0300
committerBartosz Taudul <wolf@nereid.pl>2021-12-22 19:08:27 +0300
commit9fae8b7e42aa73a83536b3acc51ac0ce455a3df1 (patch)
tree5a360077f348528c372d8c94bda28ae7afa67c34 /server/TracySourceView.cpp
parent8dc403506f967d1ca8061273e364ada96b7dd07f (diff)
Don't use obsolete functions.
Diffstat (limited to 'server/TracySourceView.cpp')
-rw-r--r--server/TracySourceView.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/TracySourceView.cpp b/server/TracySourceView.cpp
index ae666b2d..3d2dbdd0 100644
--- a/server/TracySourceView.cpp
+++ b/server/TracySourceView.cpp
@@ -2269,7 +2269,6 @@ uint64_t SourceView::RenderSymbolAsmView( const AddrStatData& as, Worker& worker
clipper.Begin( (int)m_asm.size(), th );
while( clipper.Step() )
{
- assert( clipper.StepNo == 3 );
const auto wpos = ImGui::GetCursorScreenPos();
const auto dpos = wpos + ImVec2( 0.5f, 0.5f );
static std::vector<uint64_t> insList;