Skip to content

Commit

Permalink
Updated testproj
Browse files Browse the repository at this point in the history
  • Loading branch information
eflynch committed Sep 8, 2015
1 parent 335caa4 commit 28598eb
Show file tree
Hide file tree
Showing 11 changed files with 2,197 additions and 2,912 deletions.
10 changes: 5 additions & 5 deletions chain.map/chain.map.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ typedef struct chain_map
t_jrgba s_listenercolor;
t_jfont *s_font;
t_jtextlayout *s_layout;
float s_pos_x;
float s_pos_y;
float s_pos_z;
float s_ang_azi;
float s_ang_ele;
double s_pos_x;
double s_pos_y;
double s_pos_z;
double s_ang_azi;
double s_ang_ele;
void *s_outlet;
} t_chain_map;

Expand Down
Loading

0 comments on commit 28598eb

Please sign in to comment.