From e1ddf2a92e187579f2d7471cdb574e3073768b53 Mon Sep 17 00:00:00 2001 From: Patrick Wilson Date: Thu, 24 Oct 2024 17:17:41 -0500 Subject: [PATCH] Fix indent error in form, move source code link above community links --- release/include/form.nvgt | 4 ++-- web/_cobalt.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/release/include/form.nvgt b/release/include/form.nvgt index ed166b5a..b5e56f3c 100644 --- a/release/include/form.nvgt +++ b/release/include/form.nvgt @@ -1959,8 +1959,8 @@ class audio_form { return -1; } return c_form[control_index].slider_minimum_value; -} -double get_slider_maximum_value(int control_index) { + } + double get_slider_maximum_value(int control_index) { form_error = 0; if (!active) { form_error = form_error_no_window; diff --git a/web/_cobalt.yml b/web/_cobalt.yml index 03cf4a01..2c430db5 100644 --- a/web/_cobalt.yml +++ b/web/_cobalt.yml @@ -13,9 +13,9 @@ site: - ["Documentation", "/docs"] - [Blog, "/blog"] - [Downloads, "/downloads"] + - [Source code on Github, "https://github.com/samtupy/nvgt"] - [Community on discord, "https://discord.gg/pJjRBXDxzw"] - [Community Forum, "https://forum.nvgt.gg"] - - [Source code on Github, "https://github.com/samtupy/nvgt"] posts: title: The NVGT blog