minor comment conformance

This commit is contained in:
itsmattkc
2019-07-23 10:22:58 -07:00
parent 71e6e3143b
commit 2e41f6d8f0
6 changed files with 33 additions and 7 deletions
+2 -2
View File
@@ -85,13 +85,13 @@ void Core::Start()
//
// Start GUI (TODO CLI mode)
// Start GUI (FIXME CLI mode)
//
StartGUI(parser.isSet(fullscreen_option));
// Create new project on startup
// TODO: Load project from startup_project_ instead if not empty
// FIXME: Load project from startup_project_ instead if not empty
AddOpenProject(std::make_shared<Project>());
}