Skip to content

Commit 1aca3ca

Browse files
Remove viewport size comment
1 parent 207135d commit 1aca3ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ fn main() {
503503
matrix_precision: 5,
504504
precision: 2,
505505
background_colour: String::from("grey"),
506-
viewport_size: 300f32, // rough width/height of a cohost post?
506+
viewport_size: 300f32,
507507
};
508508

509509
let mut obj_path: Option<PathBuf> = None;

0 commit comments

Comments
 (0)