Skip to content

Commit

Permalink
initialize
Browse files Browse the repository at this point in the history
  • Loading branch information
starseeker committed Jan 8, 2025
1 parent 0881002 commit 487435a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/mged/doevent.c
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,10 @@ motion_event_handler(struct mged_state *s, XMotionEvent *xmotion)
{
struct bu_vls cmd = BU_VLS_INIT_ZERO;
int save_edflag = -1;
int save_rot, save_tra, save_sca, save_pic;
int save_rot = 0;
int save_tra = 0;
int save_sca = 0;
int save_pic = 0;
int mx, my;
int dx, dy;
int width, height;
Expand Down

0 comments on commit 487435a

Please sign in to comment.