mirror of
https://gitlab.com/square-game-liberation-front/F.E.I.S.git
synced 2024-11-12 02:00:53 +01:00
Don't display the playfield if no chart is loaded
This commit is contained in:
parent
8feb8398c9
commit
ab6f9b2cfa
@ -473,7 +473,7 @@ int main() {
|
||||
if (editor_state->show_history) {
|
||||
editor_state->display_history();
|
||||
}
|
||||
if (editor_state->show_playfield) {
|
||||
if (editor_state->chart_state and editor_state->show_playfield) {
|
||||
editor_state->display_playfield(*marker, markerEndingState);
|
||||
}
|
||||
if (editor_state->show_linear_view) {
|
||||
|
Loading…
Reference in New Issue
Block a user