From: John Tsiombikas Date: Mon, 1 Aug 2016 02:27:13 +0000 (+0300) Subject: foo X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=vrfileman;a=commitdiff_plain;h=560edda1ad05671a05c634bf5e59742e2fe1d997;ds=sidebyside foo --- diff --git a/src/fs.cc b/src/fs.cc index b65db45..d038546 100644 --- a/src/fs.cc +++ b/src/fs.cc @@ -71,6 +71,11 @@ void draw_fs() for(int i=0; ichildren[idx]->type == FSTYPE_DIR) { + continue; + } + Vec3 pos = icon_pos(row, col, ncols, row_spacing, radius); Mat4 xform = base_xform;