merge manul

This commit is contained in:
WLs50
2025-03-09 15:36:11 +01:00
parent a687f551a2
commit a5f6397eca
1211 changed files with 483542 additions and 58643 deletions

View File

@@ -513,8 +513,8 @@ timetable_panel::render() {
ImGui::PopFont();
}
void
debug_panel::update() {
void debug_panel::update()
{
if( false == is_open ) { return; }
@@ -572,7 +572,6 @@ debug_panel::update() {
void
debug_panel::render() {
if( false == is_open ) { return; }
ImGui::PushFont(ui_layer::font_mono);