icon name shortening and rudimentary directory visualization
[vrfileman] / src / app.cc
index f5b9894..08f6e8a 100644 (file)
@@ -18,10 +18,10 @@ long time_msec;
 double time_sec;
 Mat4 view_matrix;
 
-static bool should_swap;
+float cam_height = 1.65;
 
 static float cam_theta, cam_phi;
-static float cam_height = 1.65;
+static bool should_swap;
 
 static bool bnstate[16];
 static int prev_x, prev_y;