summaryrefslogtreecommitdiff
path: root/graphics/src/render.rs
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/src/render.rs')
-rw-r--r--graphics/src/render.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/graphics/src/render.rs b/graphics/src/render.rs
index 8a8aeff..1888ef4 100644
--- a/graphics/src/render.rs
+++ b/graphics/src/render.rs
@@ -177,9 +177,6 @@ impl Renderer {
RENDER_HEIGHT as u32,
)?;
- // update window min size
- handle.set_window_min_size(RENDER_WIDTH.into(), RENDER_HEIGHT.into());
-
Ok(Self {
textures,
tilemap_fg,