citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 5fdb3ee0f3ef51674c2410e6eaff130b762ed05e
parent bd989f49fb4b7a8e41b4c5ccd187b412a0c96d2f
Author: Kyle Milz <kyle@0x30.net>
Date:   Sun, 18 Dec 2016 17:37:14 -0700

src: maybe make the right call

Diffstat:
Msrc/gl_transunit.cc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gl_transunit.cc b/src/gl_transunit.cc @@ -57,7 +57,7 @@ GlTranslationUnit::GlTranslationUnit(void* &mem, demo_font_t *font, std::string line; unsigned int i; - for (i = 0; std::getline(file_stream, line); ++i) { + for (i = 1; std::getline(file_stream, line); ++i) { m_glbuffer.current_point(&cur_pos); cur_pos.x = 0;