mirror of
https://github.com/AquaMorph/Droplets.git
synced 2025-09-13 21:40:31 +00:00
Fixed startup issue
This commit is contained in:
@@ -216,7 +216,9 @@ void ADDroplet::UpdateStateCallback() {
|
|||||||
sample_rate,
|
sample_rate,
|
||||||
State());
|
State());
|
||||||
}
|
}
|
||||||
|
if (title_graph != NULL) {
|
||||||
delete title_graph;
|
delete title_graph;
|
||||||
|
}
|
||||||
CreateTitleGraph();
|
CreateTitleGraph();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user