Fix unused function after c4a4a89ef5

`applyTrackballMatrix` was unused after c4a4a89ef5.

Trackball supports `transform_matrix_fn` although currently not being
used.

This callback is used in the drawing of gizmos.
This commit is contained in:
Germano Cavalcante
2023-06-02 15:04:59 -03:00
parent 4a81c417c1
commit c1edeb573b

View File

@@ -211,7 +211,7 @@ TransModeInfo TransMode_trackball = {
/*flags*/ T_NO_CONSTRAINT,
/*init_fn*/ initTrackball,
/*transform_fn*/ applyTrackball,
/*transform_matrix_fn*/ NULL,
/*transform_matrix_fn*/ applyTrackballMatrix,
/*handle_event_fn*/ NULL,
/*snap_distance_fn*/ NULL,
/*snap_apply_fn*/ NULL,