mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 20:59:19 +02:00
build 210324. event queue text filter enhancement, contextual uncoupling sounds, parameter support for python screens, radio and odometer state exposed to python scripts, configurable audio volume when paused, skydome color calculation tweak, fog color calculation tweak, doorstep cab control enhancement, tempomat cab control enhancement, pantograph selector preset list support, minor bug fixes
This commit is contained in:
@@ -64,7 +64,8 @@ class debug_panel : public ui_panel {
|
||||
|
||||
public:
|
||||
debug_panel( std::string const &Name, bool const Isopen )
|
||||
: ui_panel( Name, Isopen ) {}
|
||||
: ui_panel( Name, Isopen ) {
|
||||
m_eventsearch.fill( 0 ); }
|
||||
|
||||
void update() override;
|
||||
void render() override;
|
||||
|
||||
Reference in New Issue
Block a user