Minor spelling mistake

This commit is contained in:
2025-01-30 10:18:25 -05:00
parent 9edec677e4
commit 28b1938f01

View File

@@ -11,5 +11,5 @@ namespace fgl::engine
constexpr std::string_view GUI_DOCKSPACE_NAME { "MainWindowDockspace" };
constexpr std::string_view FILE_PICKER_NAME { "File Browser" };
constexpr std::string_view OBJECT_TREE_VIEW_NAME { "Object List" };
constexpr std::string_view ENTITY_INFO_NAME { "Entiy Info" };
constexpr std::string_view ENTITY_INFO_NAME { "Entity Info" };
} // namespace fgl::engine