Skip to content

Commit

Permalink
Now printing the canvas size on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
CaspianA1 committed Apr 30, 2024
1 parent b3b2e4e commit 10a6402
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ fn main() -> utility_types::generic_result::MaybeError {
// let mut initial_num_textures_in_pool = None;

log::info!("Finished setting up window");
log::info!("Canvas size: {:?}", rendering_params.sdl_canvas.output_size()?);
log::info!("Renderer info: {:?}", sdl_renderer_info);

'running: loop {
Expand Down

0 comments on commit 10a6402

Please sign in to comment.