Skip to content

Commit

Permalink
Update transitions.v
Browse files Browse the repository at this point in the history
  • Loading branch information
malisipi committed Feb 3, 2023
1 parent 5c65a9e commit 13c3348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transitions.v
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pub fn move_object(mut app &Window, object_id string, new_pos []IntOrString, mov
}
$if power_save ? {
app.force_redraw = false
app.draw_required = true
app.redraw_required = true
}
}
}

0 comments on commit 13c3348

Please sign in to comment.