when one change the current scene, menu controllable system update current button to use

This commit is contained in:
arthur.jamet
2021-06-08 11:39:58 +02:00
parent ff74b8c2d3
commit 036ecb960e
8 changed files with 103 additions and 38 deletions
+1 -1
View File
@@ -23,5 +23,5 @@ int main(int argc, char **argv)
usage(argv[0]);
return 1;
}
return BBM::run();
return BBM::Runner::run();
}