mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-04 11:19:58 -04:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b247eaa5d3 |
@@ -19,8 +19,8 @@
|
||||
#include <numbers>
|
||||
#include <array>
|
||||
|
||||
constexpr u16 kPreferredMapResolutionMultiplier = 4;
|
||||
constexpr u32 kMaxMapRenderPixels = 4096 * 4096;
|
||||
constexpr u16 kPreferredMapResolutionMultiplier = 1;
|
||||
constexpr u32 kMaxMapRenderPixels = 2048 * 2048;
|
||||
constexpr u16 kMapImageSide = 16 * kPreferredMapResolutionMultiplier;
|
||||
constexpr u32 kMapImageTotalPixels = kMapImageSide * kMapImageSide;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user