File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.30.0..4.3.0 )
22project (Nostalgia
3- VERSION 0.16.1
3+ VERSION 0.16.2
44 LANGUAGES CXX C )
55
66option (BUILD_SHARED_LIBS "Build the shared version of Nostalgia (Linux only)" OFF )
Original file line number Diff line number Diff line change @@ -514,6 +514,7 @@ static void s_FPSCounter()
514514 ImVec2 _window_size{GetWindowSize ()};
515515 if (_first_run == 2 )
516516 {
517+ ++_first_run;
517518 _fps_counter_position = FPS_COUNTER_UR ;
518519 SetWindowPos (_fps_counter_pos = {static_cast <float >(MainWindow ()->GetWidth () - _window_size[0 ]), 0 });
519520 }
Original file line number Diff line number Diff line change 66
77#define NOSTALGIA_VERSION_MAJOR 0
88#define NOSTALGIA_VERSION_MINOR 16
9- #define NOSTALGIA_VERSION_PATCH 1
9+ #define NOSTALGIA_VERSION_PATCH 2
1010#define NOSTALGIA_VERSION_STRING \
1111 __n_make_string (NOSTALGIA_VERSION_MAJOR ) "." \
1212 __n_make_string(NOSTALGIA_VERSION_MINOR ) "." \
You can’t perform that action at this time.
0 commit comments