Changed the name of the editor's main class
This commit is contained in:
+2
-2
@@ -19,7 +19,7 @@
|
||||
* 3. This notice may not be removed or altered from any source
|
||||
* distribution.
|
||||
*/
|
||||
#include "scene_manager.hpp"
|
||||
#include "editor_application.hpp"
|
||||
|
||||
#include <stdexcept>
|
||||
#include <iostream>
|
||||
@@ -31,7 +31,7 @@ int main(int, char**) {
|
||||
cout << "Beginning program" << endl;
|
||||
#endif
|
||||
try {
|
||||
SceneManager app;
|
||||
EditorApplication app;
|
||||
app.Init();
|
||||
app.Proc();
|
||||
app.Quit();
|
||||
|
||||
Reference in New Issue
Block a user