Skip to content

Commit

Permalink
🚨 Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesFouchy committed Feb 5, 2025
1 parent 917c823 commit bb5f455
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Project/ProjectManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,4 @@ void ProjectManager::imgui(std::function<void(Project const&)> const& launch_pro
}
if (project_to_remove != _projects.end())
_projects.erase(project_to_remove);
}

}
}

0 comments on commit bb5f455

Please sign in to comment.