update source
This commit is contained in:
@@ -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.")) {
|
||||
|
||||
Reference in New Issue
Block a user