Skip to content

Commit

Permalink
Fix indent error in form, move source code link above community links
Browse files Browse the repository at this point in the history
  • Loading branch information
braillescreen committed Oct 24, 2024
1 parent 615642d commit e1ddf2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions release/include/form.nvgt
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion web/_cobalt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e1ddf2a

Please sign in to comment.