1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-11 13:10:58 +00:00

Add the ability to reload the current project

(cherry picked from commit a6984f8d28)
This commit is contained in:
Lightning_A
2021-05-26 09:12:50 -06:00
committed by Rémi Verschelde
parent 41b6fdf946
commit 4f87bd2bc4
2 changed files with 5 additions and 0 deletions

View File

@@ -164,6 +164,7 @@ private:
RUN_SCENE_SETTINGS,
RUN_SETTINGS,
RUN_PROJECT_DATA_FOLDER,
RUN_RELOAD_CURRENT_PROJECT,
RUN_PROJECT_MANAGER,
RUN_FILE_SERVER,
RUN_LIVE_DEBUG,