Fix preprocessor guard for draw_outline

This commit is contained in:
Kp 2013-07-14 22:41:04 +00:00
parent 5874d7935c
commit d0f2d66c89

View file

@ -127,7 +127,9 @@ int toggle_show_only_curside(void)
{
return Show_only_curside = !Show_only_curside;
}
#endif
#ifndef NDEBUG
static void draw_outline(int nverts,const g3s_point *const *pointlist)
{
int i;