1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-23 15:16:17 +00:00

Fix typo - "collison" -> "collision"

This commit is contained in:
danboo
2022-09-29 13:56:26 -08:00
parent f8745f2f71
commit eba8be6e45
9 changed files with 17 additions and 17 deletions

View File

@@ -48,7 +48,7 @@ private:
enum MenuOptions {
RUN_FILE_SERVER,
RUN_LIVE_DEBUG,
RUN_DEBUG_COLLISONS,
RUN_DEBUG_COLLISIONS,
RUN_DEBUG_PATHS,
RUN_DEBUG_NAVIGATION,
RUN_DEPLOY_REMOTE_DEBUG,