Nla Drawing: Fix strip outlines being drawn too thick

This commit is contained in:
Joshua Leung 2017-08-04 00:32:34 +12:00
parent 12c2be8c02
commit 329cd762c3
1 changed files with 2 additions and 0 deletions

View File

@ -232,6 +232,8 @@ static void nla_strip_draw_markers(NlaStrip *strip, float yminc, float ymaxc)
}
}
}
glLineWidth(1.0f);
}
/* Strips (Proper) ---------------------- */