update source

This commit is contained in:
2026-03-31 18:20:34 -03:00
parent 33e582920a
commit 25d53c4322
7 changed files with 31 additions and 11 deletions

View File

@@ -116,7 +116,7 @@ void engine::run() {
try {
const auto [map_min, map_max] = ::bounds_of(level_border);
const auto [view, projection] = ::calculate_camera_matrices(
map_min, map_max, 1920.0f / 1080.0f, 2.8f);
map_min, map_max, 1920.0f / 1080.0f, 1.1f);
renderer.render(level_border_render_ids, view, projection);
} catch (const vuk::VkException &ex) {
if (ex.what() != std::string("Out of date.")) {