mirror of
https://github.com/BanjoRecomp/BanjoRecomp
synced 2026-05-23 06:34:20 -04:00
Bump version number and fix nav for note saving option
This commit is contained in:
@@ -262,7 +262,7 @@
|
||||
data-checked="note_saving_mode"
|
||||
value="On"
|
||||
id="note_saving_enabled"
|
||||
style="nav-up: #camera_inversion_none"
|
||||
style="nav-up: #analog_camera_inversion_none"
|
||||
/>
|
||||
<label class="config-option__tab-label" for="note_saving_enabled">On</label>
|
||||
|
||||
@@ -274,7 +274,7 @@
|
||||
data-checked="note_saving_mode"
|
||||
value="Off"
|
||||
id="note_saving_disabled"
|
||||
style="nav-up: #camera_inversion_x"
|
||||
style="nav-up: #analog_camera_inversion_x"
|
||||
/>
|
||||
<label class="config-option__tab-label" for="note_saving_disabled">Off</label>
|
||||
</div>
|
||||
|
||||
+1
-1
@@ -55,7 +55,7 @@
|
||||
|
||||
#include "../../lib/rt64/src/contrib/stb/stb_image.h"
|
||||
|
||||
const std::string version_string = "0.1.0";
|
||||
const std::string version_string = "0.9.0";
|
||||
|
||||
template<typename... Ts>
|
||||
void exit_error(const char* str, Ts ...args) {
|
||||
|
||||
Reference in New Issue
Block a user