Constant re_viewer_context::undo::MAX_UNDOS
source ยท const MAX_UNDOS: usize = 100;
Expand description
Max number of undo points.
TODO(emilk): decide based on how much memory the blueprint uses instead.
const MAX_UNDOS: usize = 100;
Max number of undo points.
TODO(emilk): decide based on how much memory the blueprint uses instead.