diff options
| author | Freya Murphy <freya@freyacat.org> | 2025-11-10 12:06:41 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2025-11-10 12:06:41 -0500 |
| commit | 0b81cb61300c0b21b256e289f4b6f5a2252d3f0e (patch) | |
| tree | 8238187250e4e4fb900240e55f28322a5188be83 /graphics/src/lib.rs | |
| parent | graphics: fix atlas rendering offset bug, and make minimap scalable past 48px (diff) | |
| download | DungeonCrawl-0b81cb61300c0b21b256e289f4b6f5a2252d3f0e.tar.gz DungeonCrawl-0b81cb61300c0b21b256e289f4b6f5a2252d3f0e.tar.bz2 DungeonCrawl-0b81cb61300c0b21b256e289f4b6f5a2252d3f0e.zip | |
update raylib to 5.6-dev
Diffstat (limited to 'graphics/src/lib.rs')
| -rw-r--r-- | graphics/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/src/lib.rs b/graphics/src/lib.rs index 5c1161b..27e49d3 100644 --- a/graphics/src/lib.rs +++ b/graphics/src/lib.rs @@ -48,7 +48,6 @@ impl Window { .title(title) .resizable() .log_level(TraceLogLevel::LOG_WARNING) - .vsync() .build(); // update window min size |