diff --git a/ogl_editor/src/TrackView.c b/ogl_editor/src/TrackView.c index 9267950..d9159cc 100644 --- a/ogl_editor/src/TrackView.c +++ b/ogl_editor/src/TrackView.c @@ -743,7 +743,7 @@ bool TrackView_render(TrackViewInfo* viewInfo, TrackData* trackData) } else { - int temp; + int temp = 0; x_pos += renderGroup(group, x_pos, &temp, info, trackData); } }