Remove JSON stuff and Widgets and Menus
This commit is contained in:
@@ -13,7 +13,7 @@ int main(int argc, char **argv)
|
||||
#endif
|
||||
|
||||
// Create controller
|
||||
Controller &controller = Controller::instance();
|
||||
Controller controller;
|
||||
|
||||
const char *fps_env = std::getenv("MAXFPS");
|
||||
if (fps_env) {
|
||||
|
||||
Reference in New Issue
Block a user