Skip to content

Commit 505a460

Browse files
committed
fly example: minor comment fix
1 parent 7f09735 commit 505a460

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/fly/fly.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ int handle_xevent(XEvent *xev);
2828
void draw_box(float xsz, float ysz, float zsz);
2929

3030
/* XXX: posrot contains a position vector and an orientation quaternion, and
31-
* can be used with the spnav_posrot_moveobj function to accumulate input
32-
* motions, and then with spnav_matrix_obj to create a transformation matrix.
31+
* can be used with the spnav_posrot_moveview function to accumulate input
32+
* motions, and then with spnav_matrix_view to create a view matrix.
3333
* See util.c in the libspnav source code for implementation details.
3434
*/
3535
struct spnav_posrot posrot;

0 commit comments

Comments
 (0)