fix some cleanup bugs

Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
2025-08-11 07:12:04 +03:00
parent ef96c51566
commit e3b2f44621
5 changed files with 34 additions and 76 deletions

View File

@@ -159,7 +159,7 @@ int config_load_ref(lua_State *L, int idx, Config *out)
// ======== DEFAULTS ========
out->space.offset = (Vector3) { 0, 0, 0 };
out->space.initial_center = (Vector3) { 0, 1, 0 };
out->space.initial_center = (Vector3) { 0, 0, 0 };
out->space.radius = 1.0f;
out->space.window_scale = 0.001f;
out->displays.hud.size = 720;