File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -375,6 +375,7 @@ impl App {
375
375
// at the beginning of the next frame.
376
376
re_log:: debug!( "Reset blueprint" ) ;
377
377
store_hub. clear_current_blueprint ( ) ;
378
+ egui_ctx. request_repaint ( ) ; // Many changes take a frame delay to show up.
378
379
}
379
380
SystemCommand :: UpdateBlueprint ( blueprint_id, updates) => {
380
381
// We only want to update the blueprint if the "inspect blueprint timeline" mode is
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ title = "RRT*"
3
3
tags = ["2D"]
4
4
description = "Visualization of the path finding algorithm RRT* in a simple environment."
5
5
thumbnail= "https://static.rerun.io/rrt-star/4d4684a24eab7d5def5768b7c1685d8b1cb2c010/full.png"
6
- thumbnail_dimensions = [480, 360 ]
6
+ thumbnail_dimensions = [1496, 840 ]
7
7
-->
8
8
9
9
<picture >
You can’t perform that action at this time.
0 commit comments