mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-17 23:39:18 +02:00
snapshot
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
class perfgraph_panel : public ui_panel
|
||||
{
|
||||
std::array<float, 400> history;
|
||||
std::array<float, 400> history = { 0 };
|
||||
size_t pos = 0;
|
||||
|
||||
enum timers_e {
|
||||
|
||||
Reference in New Issue
Block a user