mirror of
https://github.com/Drezil/imgui.git
synced 2025-04-26 13:04:00 +00:00
Removed stray debug code
This commit is contained in:
parent
f4ee74b312
commit
901e9890d4
@ -2370,10 +2370,6 @@ void TextUnformatted(const char* text, const char* text_end)
|
|||||||
pos.y += lines_skipped * line_height;
|
pos.y += lines_skipped * line_height;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
printf("");
|
|
||||||
}
|
|
||||||
|
|
||||||
// lines to render?
|
// lines to render?
|
||||||
if (line < text_end)
|
if (line < text_end)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user