Fixes
This commit is contained in:
@ -14,9 +14,9 @@
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
#include <UI.hpp>
|
||||
#include <Editor.hpp>
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
return ia::iae::editor::UI::Run(argc, (const char **) argv);
|
||||
return ia::iae::Editor::Instance().Run(argc, (const char **) argv);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user